MCPcopy Create free account
hub / github.com/aria2/aria2 / ~HttpServerBodyCommand

Method ~HttpServerBodyCommand

src/HttpServerBodyCommand.cc:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88HttpServerBodyCommand::~HttpServerBodyCommand()
89{
90 e_->deleteSocketForReadCheck(socket_, this);
91 if (writeCheck_) {
92 e_->deleteSocketForWriteCheck(socket_, this);
93 }
94}
95
96namespace {
97std::string getJsonRpcContentType(bool script)

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected