netty5/codec-socks/src/test/java/io/netty/handler/codec
Norman Maurer f5bea11ee4 DefaultSocks5CommandRequest incorrectly rejects SOCKS5 commands with dstPort=0
Motivation:

According to SOCKS 5 spec, dstPort = 0 is a valid value in case of UDP ASSOCIATE.

Modifications:

- Allow 0 as port.
- Add unit tests.

Result:

Fixes [#7156].
2017-08-29 15:03:09 +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 DefaultSocks5CommandRequest incorrectly rejects SOCKS5 commands with dstPort=0 2017-08-29 15:03:09 +02:00