netty5/codec-http
Andrey Mizurov 33de96f448
Provide new client and server websocket handshake exceptions (#10646)
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.
2020-10-24 14:41:11 +02:00
..
src Provide new client and server websocket handshake exceptions (#10646) 2020-10-24 14:41:11 +02:00
pom.xml Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00