Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ endRequest
Method
endRequest
MonaCore/sources/HTTP/HTTPWriter.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void HTTPWriter::endRequest() {
68
_requesting = false;
69
flush();
70
}
71
72
HTTPSender* HTTPWriter::createSender(bool isInternResponse) {
73
if(state()==CLOSED)
Callers
1
receive
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected