netty5/codec-socks/src/main/java/io/netty/handler/codec
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
..
socks SocksAuthRequest constructor occasionally throws IllegalStateException (#9558) 2019-09-09 21:09:43 +02:00
socksx FIX : Unpacking causes socks5proxy init failure (#9582) 2019-09-20 10:17:13 +02:00