修复http客户端复用header无法更新的bug: #1349

This commit is contained in:
ziyue
2022-01-11 10:44:49 +08:00
parent 60f11df1ea
commit fdcc29e0ed
2 changed files with 7 additions and 3 deletions

View File

@@ -181,6 +181,7 @@ private:
bool _complete = false;
string _url;
HttpHeader _header;
HttpHeader _user_set_header;
HttpBody::Ptr _body;
string _method;
string _path;