| 604 | } |
| 605 | |
| 606 | void OnCancel() { |
| 607 | THttpRequestRef r(ReleaseRequest()); |
| 608 | if (!!r) { |
| 609 | static const TString reqCanceled("request canceled"); |
| 610 | r->OnError(this, reqCanceled); |
| 611 | } |
| 612 | } |
| 613 | |
| 614 | bool RequestSendedCompletely() const noexcept { |
| 615 | DBGOUT("RequestSendedCompletely()"); |