netty5/handler/src
Norman Maurer 9a558f1be9
Update test to directly check for SslHandshakeTimeoutException (#10339)
Motivation:

9b7e091 added a special SSLHandshakeException sub-class to signal handshake timeouts but we missed to update a testcase to directly assert the type of the exception.

Modifications:

Assert directly that SslHandshakeTimeoutException is used

Result:

Test cleanup
2020-06-04 18:29:36 +02:00
..
main SslHandler#wrap to preserve exception if SSLEngine is closed (#10327) 2020-06-02 09:40:14 +02:00
test Update test to directly check for SslHandshakeTimeoutException (#10339) 2020-06-04 18:29:36 +02:00