netty5/handler/src
Norman Maurer 268b901844 SSL connection not closed properly after handshake failure
Motivation:

When SSL handshake fails, the connection should be closed. This is not true anymore after 978a46c.

Modifications:

- Ensure we always flush and close the channel on handshake failure.
- Add testcase.

Result:

Fixes [#7724].
2018-02-16 08:25:47 -08:00
..
main/java/io/netty/handler SSL connection not closed properly after handshake failure 2018-02-16 08:25:47 -08:00
test SSL connection not closed properly after handshake failure 2018-02-16 08:25:47 -08:00