stsiano commented on issue #32: QPIDJMS-441: add proxy support URL: https://github.com/apache/qpid-jms/pull/32#issuecomment-545902790 I have found a workaround for the netty issue with the HTTP Proxy / wss combination: If we use a HttpRequestEncoder/HttpResponseDecoder combination instead of the HttpClientCodec, we will have only one of each in the pipeline and the WebSocketClientHandshaker can add the WebSocketFrameEndcoder/Decoder at the right place and remove the HttpRequestEncoder/HttoRequestDecoder added by the NettyWsTransport instead of the HttpClientCodec created by the HttpProxyHandler. I prepared that as a second commit (because this actually changes proxy unrelated coding)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
