c74469bc6c
Motivation: HttpProxyHandler itself will add a HttpClientCodec into the ChannelPipeline and so confuse the WebSocket*Handshaker when it tries to modify the pipeline as it will replace the wrong HttpClientCodec. Modifications: Wrap the internal HttpClientCodec that is added by HttpProxyHandler so it will not be replaced by HttpProxyHandler. Result: Fixes https://github.com/netty/netty/issues/5201 and https://github.com/netty/netty/issues/5070 |
||
---|---|---|
.. | ||
main/java/io/netty/handler/proxy | ||
test/java/io/netty/handler/proxy |