netty5/codec-socks/src/test/java/io/netty/handler/codec/socksx
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
..
v4 Require Java8 as minimum (#8739) 2019-01-22 08:48:18 +01:00
v5 FIX : Unpacking causes socks5proxy init failure (#9582) 2019-09-20 10:17:13 +02:00