Delay parsing json for HttpClient (#2077)
This commit is contained in:
parent
f6913f6328
commit
7b8d0085b1
|
@ -561,10 +561,6 @@ void HttpClientImpl::handleResponse(
|
|||
resp->brDecompress();
|
||||
}
|
||||
#endif
|
||||
if (type.find("application/json") != std::string::npos)
|
||||
{
|
||||
resp->parseJson();
|
||||
}
|
||||
auto cb = std::move(reqAndCb);
|
||||
pipeliningCallbacks_.pop();
|
||||
handleCookies(resp);
|
||||
|
|
Loading…
Reference in New Issue