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

Method abortBodyStream

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

Source from the content-addressed store, hash-verified

483}
484
485void HttpIncomingMessage::abortBodyStream() { bodyStream.destroy(); }
486
487Result HttpIncomingMessage::prepareBodyStream(AsyncBuffersPool& buffersPool, Function<Result()>&& onReadRequest,
488 bool allowCloseDelimited)

Callers 2

closeMethod · 0.80
failMethod · 0.80

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected