netty5/codec-socks/src/main/java/io/netty/handler/codec
Nikolay Fedorovskikh 8d0e0922a5 SocksCmdRequest and SocksCmdResponse are trying to convert host from IDN for the non-DOMAIN address types
Motivation:

In the SocksCmdRequest and SocksCmdResponse constructors a host param converts from IDN to ascii compatible form regardless address type.

Modifications:

Use `IDN#toASCII` only for `DOMAIN` address type.

Result:

More correct host handling in socks commands.
2017-06-28 20:34:45 +02:00
..
socks SocksCmdRequest and SocksCmdResponse are trying to convert host from IDN for the non-DOMAIN address types 2017-06-28 20:34:45 +02:00
socksx Apply appropriate methods for writing CharSequence into ByteBuf 2017-06-27 07:58:39 +02:00