netty5/handler/src
Norman Maurer ae4e9ddc2d Ensure we flush out all pending data on SslException. Related to [#3900]
Motivation:

We need to ensure we flush out all pending data when an SslException accours so the remote peer receives all alerts.

Modifications:

Ensure we call ctx.flush() when needed.

Result:

Correctly receive alerts in all cases on the remote peer.
2016-01-20 19:56:24 +01:00
..
main/java/io/netty/handler Ensure we flush out all pending data on SslException. Related to [#3900] 2016-01-20 19:56:24 +01:00
test Fix typo Motivation: 2015-12-29 18:56:29 +01:00