netty5/handler/src
Norman Maurer 86bbf242b4 [#5874] [#5971] Ensure SniHandlerTest.testServerNameParsing not fails with SslProvider.JDK
Motivation:

The SniHandlerTest.testServerNameParsing did fail when SslProvider.JDK was used as it the JDK SSLEngineImpl does not send an alert.

Modifications:

Ensure tests pass with JDK and OPENSSL ssl implementations.

Result:

SniHandlerTest will run with all SslProvider and not fail when SslProvider.JDK is used.
2016-11-16 07:59:30 +01:00
..
main/java/io/netty/handler [#5976] Ensure we only consume as much data on wrap(...) as we can handle. 2016-11-15 09:39:03 +01:00
test [#5874] [#5971] Ensure SniHandlerTest.testServerNameParsing not fails with SslProvider.JDK 2016-11-16 07:59:30 +01:00