| 360 | } |
| 361 | |
| 362 | void Cancel() noexcept override { |
| 363 | if (TSimpleHandle::Canceled()) { |
| 364 | return; |
| 365 | } |
| 366 | |
| 367 | TRequestRef req = GetRequest(); |
| 368 | if (!!req) { |
| 369 | req->Cancel(); |
| 370 | TSimpleHandle::Cancel(); |
| 371 | } |
| 372 | } |
| 373 | |
| 374 | void NotifyResponse(const TString& resp) { |
| 375 | TNotifyHandle::NotifyResponse(resp); |