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

Method failBodyStream

Libraries/Http/HttpConnection.cpp:479–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479void HttpIncomingMessage::failBodyStream(Result result)
480{
481 bodyComplete = false;
482 bodyStream.failBody(result);
483}
484
485void HttpIncomingMessage::abortBodyStream() { bodyStream.destroy(); }
486

Callers 2

closeMethod · 0.80
failMethod · 0.80

Calls 1

failBodyMethod · 0.80

Tested by

no test coverage detected