| 1239 | return nullptr; // all requests are routed to the main requester |
| 1240 | } |
| 1241 | TUdpHttpResponse* GetResponse() override { |
| 1242 | return UserQueues->GetResponse(); |
| 1243 | } |
| 1244 | bool GetRequestCancel(TGUID*) override { |
| 1245 | Y_ASSERT(0); |
| 1246 | return false; // all request cancels are routed to the main requester |
nothing calls this directly
no test coverage detected