| 1542 | } |
| 1543 | |
| 1544 | void OnError() { |
| 1545 | DBGOUT("Srv OnError(" << (!AS_ ? -666 : AS_->Native()) << ")"); |
| 1546 | Canceled_ = true; |
| 1547 | AS_->AsyncCancel(); |
| 1548 | } |
| 1549 | |
| 1550 | void OnReadSome(const TErrorCode& ec, size_t amount, IHandlingContext& ctx) { |
| 1551 | if (ec || !amount) { |
nothing calls this directly
no test coverage detected