Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
479
void HttpIncomingMessage::failBodyStream(Result result)
480
{
481
bodyComplete = false;
482
bodyStream.failBody(result);
483
}
484
485
void HttpIncomingMessage::abortBodyStream() { bodyStream.destroy(); }
486
Callers
2
close
Method · 0.80
fail
Method · 0.80
Calls
1
failBody
Method · 0.80
Tested by
no test coverage detected