| 1105 | } |
| 1106 | |
| 1107 | void THttpConn::PutSelfToCache() { |
| 1108 | THttpConnRef c(this); |
| 1109 | HttpConnManager()->Put(c, AddrId_); |
| 1110 | } |
| 1111 | |
| 1112 | void THttpConn::OnConnectFailed(const TErrorCode& ec) { |
| 1113 | THttpRequestRef r(GetRequest()); |
nothing calls this directly
no test coverage detected