| 1229 | } |
| 1230 | |
| 1231 | void OnError() { |
| 1232 | DBGOUT("Srv OnError(" << (!AS_ ? -666 : AS_->Native()) << ")" |
| 1233 | << " c=" << (size_t)this); |
| 1234 | Canceled_ = true; |
| 1235 | AS_->AsyncCancel(); |
| 1236 | } |
| 1237 | |
| 1238 | void OnReadSome(const TErrorCode& ec, size_t amount, IHandlingContext& ctx) { |
| 1239 | while (1) { |
nothing calls this directly
no test coverage detected