Beshkent

Results 3 issues of Beshkent

My python client uses `WebSocketClientProtocol`. And if the client calls `close()`, then it will hang for 30 seconds (timeout) and only then finishes closing, even though my server calls `WebSocketConnection::Close()`....

Add support of using the same path for both http and ws. e.g. now `WebsocketHandlerBase::HandleRequestThrow` [here](https://github.com/userver-framework/userver/blob/develop/core/src/server/websocket/websocket_handler.cpp#L42) returns `server::handlers::ClientError()` for non-ws connection, but could call a new pure version of `Handle`....

good first issue
help wanted
yatalks

## Description Hello! I have a pipeline, that gets TRT engine from a torch checkpoint, which works fine for Cuda11.4 && TensorRT-7.2.3.4-1.cuda11.1. When I tried to upgrade GPU libs (and...