33de96f448
Motivation: At the moment we have only one base `WebSocketHandshakeException` for handling WebSocket upgrade issues. Unfortunately, this message contains only a string message about the cause of the failure, which is inconvenient in handling. Modification: Provide new `WebSocketClientHandshakeException` with `HttpResponse` field and `WebSocketServerHandshakeException` with `HttpRequest` field both of them without content for avoid reference counting problems. Result: More information for more flexible handling. Fixes #10277 #4528 #10639. |
||
---|---|---|
.. | ||
src | ||
pom.xml |