netty5/handler-proxy/src/main/java/io/netty/handler/proxy
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
..
HttpProxyHandler.java Correctly handle IPV6 in HttpProxyHandler 2017-01-12 07:51:37 +01:00
package-info.java Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00
ProxyConnectException.java Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00
ProxyConnectionEvent.java Small performance improvements 2014-11-20 00:10:06 -05:00
ProxyHandler.java Notify connect promise of ProxyHandler after codecs are removed 2017-04-27 14:54:56 +02:00
Socks4ProxyHandler.java Cleanup : String.length() == 0 replaced with String.isEmpty, removed unnecessary assert, class cast 2017-02-14 15:36:42 +01:00
Socks5ProxyHandler.java Cleanup : String.length() == 0 replaced with String.isEmpty, removed unnecessary assert, class cast 2017-02-14 15:36:42 +01:00