| 1296 | } |
| 1297 | |
| 1298 | void THttpRequest::OnSystemError(THttpConn* c, const TErrorCode& ec) { |
| 1299 | DBGOUT("THttpRequest::OnSystemError()"); |
| 1300 | NotifyError(ec.Text(), TError::TType::UnknownType, 0, ec.Value()); |
| 1301 | Finalize(c); |
| 1302 | } |
| 1303 | |
| 1304 | void THttpRequest::OnError(THttpConn* c, const TString& errorText) { |
| 1305 | DBGOUT("THttpRequest::OnError()"); |