MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / finishBodyStream

Method finishBodyStream

Libraries/Http/HttpConnection.cpp:473–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473void HttpIncomingMessage::finishBodyStream()
474{
475 bodyComplete = true;
476 bodyStream.finishBody();
477}
478
479void HttpIncomingMessage::failBodyStream(Result result)
480{

Callers 2

finalizeResponseMethod · 0.80
onReadableEndMethod · 0.80

Calls 1

finishBodyMethod · 0.80

Tested by

no test coverage detected