netty5/handler/src
Norman Maurer d37702aa69 Ensure SslHandler.sslCloseFuture() is notified in all cases.
Motivation:

The SslHandler.sslCloseFuture() may not be notified when the Channel is closed before a closify_notify is received.

Modifications:

Ensure we try to fail the sslCloseFuture() when the Channel is closed.

Result:

Correctly notify the ssl close future.
2017-01-19 07:53:08 +01:00
..
main/java/io/netty/handler Ensure SslHandler.sslCloseFuture() is notified in all cases. 2017-01-19 07:53:08 +01:00
test Ensure SslHandler.sslCloseFuture() is notified in all cases. 2017-01-19 07:53:08 +01:00