netty5/codec-http/src
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
..
main Send close frame on channel close, when this frame was not send manually (#9745) 2019-11-18 20:32:45 +01:00
test Send close frame on channel close, when this frame was not send manually (#9745) 2019-11-18 20:32:45 +01:00