598b04f1d0
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 |
||
---|---|---|
.. | ||
src | ||
pom.xml |