| 101 | } |
| 102 | |
| 103 | void CRPCServer::_DoWrite(const cppnet::Handle&, uint32_t, uint32_t err) { |
| 104 | if (err != cppnet::CEC_SUCCESS) { |
| 105 | base::LOG_ERROR("send response to client failed!"); |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | void CRPCServer::_DoAccept(const cppnet::Handle& handle, uint32_t) { |
| 110 | char buf[8192] = { 0 }; |
nothing calls this directly
no outgoing calls
no test coverage detected