netty5/codec-socks/src
switchYello 6c4a4a9658 FIX : Unpacking causes socks5proxy init failure (#9582)
Motivation:

Socks5InitialRequestDecoder does not correctly handle fragmentation

Modifications:

- Delete detection of not enough bytes as ReplyingDecoder already handles all of this correctly.
- Add unit test

Result:

Fixes #9574.
2019-09-20 10:17:13 +02:00
..
main/java/io/netty/handler/codec FIX : Unpacking causes socks5proxy init failure (#9582) 2019-09-20 10:17:13 +02:00
test/java/io/netty/handler/codec FIX : Unpacking causes socks5proxy init failure (#9582) 2019-09-20 10:17:13 +02:00