| 1390 | return nullptr; // all requests are routed to the main requester |
| 1391 | } |
| 1392 | TUdpHttpResponse* GetResponse() override { |
| 1393 | return UserQueues->GetResponse(); |
| 1394 | } |
| 1395 | bool GetRequestCancel(TGUID*) override { |
| 1396 | Y_ASSERT(0); |
| 1397 | return false; // all request cancels are routed to the main requester |
nothing calls this directly
no test coverage detected