netty5/codec-socks/src
Norman Maurer 79fc0d2408 Correctly handle SocksCmdResponse. Related to #2428
Motivation:
Ports range check is not correct

Modification:
Allow port between 0 and 65535. 0 is wildcard / unknown port here

Result:
Correct validation
2014-04-30 10:45:14 +02:00
..
main/java/io/netty/handler/codec/socks Correctly handle SocksCmdResponse. Related to #2428 2014-04-30 10:45:14 +02:00
test/java/io/netty/handler/codec/socks [#2428] Proper fix of incorrect port range check 2014-04-30 08:19:13 +02:00