netty5/codec-socks/src
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
..
main/java/io/netty/handler/codec SocksCmdRequest and SocksCmdResponse are trying to convert host from IDN for the non-DOMAIN address types 2017-06-28 20:34:45 +02:00
test/java/io/netty/handler/codec SocksCmdRequest and SocksCmdResponse are trying to convert host from IDN for the non-DOMAIN address types 2017-06-28 20:34:45 +02:00