Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
485
void HttpIncomingMessage::abortBodyStream() { bodyStream.destroy(); }
486
487
Result HttpIncomingMessage::prepareBodyStream(AsyncBuffersPool& buffersPool, Function<Result()>&& onReadRequest,
488
bool allowCloseDelimited)
Callers
2
close
Method · 0.80
fail
Method · 0.80
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected