mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-25 20:27:34 +08:00
Revert "修复302跳转时, 如果跨域,header不正确的问题 (#1349)"
This reverts commit 741b197f
This commit is contained in:
parent
6636482bcf
commit
60f11df1ea
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user