We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522108f commit 4bb288dCopy full SHA for 4bb288d
HttpClient.cpp
@@ -41,7 +41,7 @@ void HttpClient::resetState()
41
iStatusCode = 0;
42
iContentLength = 0;
43
iBodyLengthConsumed = 0;
44
- iContentLengthPtr = 0;
+ iContentLengthPtr = kContentLengthPrefix;
45
iHttpResponseTimeout = kHttpResponseTimeout;
46
}
47
0 commit comments