MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / HTTPWriter

Method HTTPWriter

MonaCore/sources/HTTP/HTTPWriter.cpp:28–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace Mona {
27
28HTTPWriter::HTTPWriter(TCPSession& session) : _pSetCookieBuffer(session.invoker.poolBuffers),_requestCount(0),_requesting(false),_session(session),_pThread(NULL),Writer(session.peer.connected ? OPENED : OPENING) {
29}
30
31void HTTPWriter::close(const Exception& ex) {
32 int code(500);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected