MCPcopy Create free account
hub / github.com/amcewen/HttpClient / resetState

Method resetState

HttpClient.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#endif
37
38void HttpClient::resetState()
39{
40 iState = eIdle;
41 iStatusCode = 0;
42 iContentLength = 0;
43 iBodyLengthConsumed = 0;
44 iContentLengthPtr = kContentLengthPrefix;
45 iHttpResponseTimeout = kHttpResponseTimeout;
46}
47
48void HttpClient::stop()
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected