f3356c2989
Motivation: When ApplicationProtocolNegotiationHandler is in the pipeline we should expect that its handshakeFailure(...) method will be able to completly handle the handshake error. At the moment this is not the case as it only handled SslHandshakeCompletionEvent but not the exceptionCaught(...) that is also triggered in this case Modifications: - Call handshakeFailure(...) in exceptionCaught and so fix double notification. - Add testcases Result: Fixes https://github.com/netty/netty/issues/10342 |
||
---|---|---|
.. | ||
src | ||
pom.xml |