Skip to content

Commit

Permalink
[netty#5874] [netty#5971] Ensure SniHandlerTest.testServerNameParsing…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
normanmaurer committed Nov 16, 2016
1 parent 2c78902 commit 86bbf24
Showing 1 changed file with 309 additions and 230 deletions.
Loading

0 comments on commit 86bbf24

Please sign in to comment.