netty5/codec-socks/src
Norman Maurer 3ba856a5f4 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:44:17 +02:00
..
main/java/io/netty/handler/codec/socks Correctly handle SocksCmdResponse. Related to #2428 2014-04-30 10:44:17 +02:00
test/java/io/netty/handler/codec/socks [#2428] Proper fix of incorrect port range check 2014-04-30 08:17:40 +02:00