netty5/codec-http/src
Michael K. Werle e70fbe316d Fire exceptionCaught before exception-caused close for WebSockets.
Motivation:

WebSocket decoding throws exceptions on failure that should cause the
pipline to close.  These are currently ignored in the
`WebSocketProtocolHandler` and `WebSocketServerProtocolHandler`.  In
particular, this means that messages exceding the max message size will
cause the channel to close with no reported failure.

Modifications:

Re-fire the event just before closing the socket to allow it to be
handled appropriately.

Result:

Closes [#3063].
2017-05-03 13:27:11 -07:00
..
main/java/io/netty/handler/codec Fire exceptionCaught before exception-caused close for WebSockets. 2017-05-03 13:27:11 -07:00
test Not try to compresses HttpMessage if IDENTITY header value is set. 2017-05-03 10:55:13 -07:00