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