netty5/example/src/main
Aayush Atharva b76301198b Add TLS SNI Extension in HTTP/2 Client request. (#9937)
Motivation:

Since "Http2ClientInitializer" creates a new SSLContext Handler without specifying Host, Netty does not add SNI Extension in TLS Client Hello request and the request fails if the server uses SNI to establish TLS Connection. 

Modification:

Specified Host while creating a new SSLContext Handler in "Http2ClientInitializer".

Result:

Netty adds SNI Extension of the Host Specified in new SSLContext Handler and sends it with TLS Client Hello request.

Fixes #9815.
2020-01-10 16:34:29 +01:00
..
java/io/netty/example Add TLS SNI Extension in HTTP/2 Client request. (#9937) 2020-01-10 16:34:29 +01:00
resources fix the typos 2017-04-20 04:56:09 +02:00