netty5/handler-proxy/src
Norman Maurer 8b13d9656a Notify connect promise of ProxyHandler after codecs are removed
Motivation:

We need to notify the promise after the codecs are removed to allow writing from the listener and ensure we not try to do any encoding anymore. If we not do we will end up with corrupt data.

Modifications:

Notify promise after codecs are removed.

Result:

Fixes [#6671].
2017-04-27 14:54:56 +02:00
..
main/java/io/netty/handler/proxy Notify connect promise of ProxyHandler after codecs are removed 2017-04-27 14:54:56 +02:00
test/java/io/netty/handler/proxy Wrap operations requiring SocketPermission with doPrivileged blocks 2017-01-19 21:12:52 +01:00