From 60f11df1eae3f88cf31b1e166529f83b5cf5b4a1 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Tue, 11 Jan 2022 09:18:36 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E4=BF=AE=E5=A4=8D302=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E6=97=B6,=20=E5=A6=82=E6=9E=9C=E8=B7=A8=E5=9F=9F,head?= =?UTF-8?q?er=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98=20(#13?= =?UTF-8?q?49)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 741b197f --- src/Http/HttpClient.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Http/HttpClient.cpp b/src/Http/HttpClient.cpp index f0855052..d0cc9dc9 100644 --- a/src/Http/HttpClient.cpp +++ b/src/Http/HttpClient.cpp @@ -105,7 +105,6 @@ void HttpClient::clearResponse() { _recved_body_size = 0; _total_body_size = 0; _parser.Clear(); - _header.clear(); _chunked_splitter = nullptr; _recv_timeout_ticker.resetTime(); _total_timeout_ticker.resetTime();