netty5/codec-socks/src/test/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 Fix misordered 'assertEquals' arguments in tests 2017-03-08 22:48:37 -08:00