MCPcopy 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
67void HTTPWriter::endRequest() {
68 _requesting = false;
69 flush();
70}
71
72HTTPSender* HTTPWriter::createSender(bool isInternResponse) {
73 if(state()==CLOSED)

Callers 1

receiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected