netty5/handler/src/main/java/io/netty
Roger Kapsi 2db4f2557d The SNI extension value is ASCII encoded but Netty uses UTF-8.
Motivation

RFC 6066 (https://tools.ietf.org/html/rfc6066#page-6) says that the hostname in the SNI extension is ASCII encoded but Netty decodes it using UTF-8.

Modifications

Use ASCII instead of UTF-8

Result

Fixes #6717
2017-05-19 15:12:06 -07:00
..
handler The SNI extension value is ASCII encoded but Netty uses UTF-8. 2017-05-19 15:12:06 -07:00