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

Method endRequest

HttpClient.cpp:281–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void HttpClient::endRequest()
282{
283 if (iState < eRequestSent)
284 {
285 // We still need to finish off the headers
286 finishHeaders();
287 }
288 // else the end of headers has already been sent, so nothing to do here
289}
290
291int HttpClient::responseStatusCode()
292{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected