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