netty5/codec-http/src/main
ursa 7ff8cde66f Send close frame on channel close, when this frame was not send manually (#9745)
Motivation:
By default CloseWebSocketFrames are handled automatically.
However I need manually manage their sending both on client- and on server-sides.

Modification:
Send close frame on channel close automatically, when it was not send before explicitly.

Result:
No more messages like "Connection closed by remote peer" for normal close flows.
2019-11-18 20:32:45 +01:00
..
java/io/netty/handler/codec Send close frame on channel close, when this frame was not send manually (#9745) 2019-11-18 20:32:45 +01:00
resources/META-INF/native-image/io.netty/codec-http Adds DeflateDecoder to native-image.properties of codec-http (#9708) 2019-10-25 20:15:54 +02:00