| 436 | |
| 437 | private: |
| 438 | void NotifyResponse(const TString& resp, const TString& firstLine, const THttpHeaders& headers) { |
| 439 | THandleRef h(ReleaseHandler()); |
| 440 | if (!!h) { |
| 441 | h->NotifyResponse(resp, firstLine, headers); |
| 442 | } |
| 443 | } |
| 444 | |
| 445 | void NotifyError( |
| 446 | const TString& errorText, |
no outgoing calls
no test coverage detected