When I upgraded the libraries from 4.0.19 to 4.1.1 version suddenly our 
tunnel client stopped working. We have a tunnel client which talks to the 
tunnel server (sends messages in chunked format) using netty channels with 
4.0.19 libraries everything is working properly i.e when we send a request 
message from tunnel client to the tunnel server, server sends response 
which we print the number of bytes i.e 1000 bytes in our tunnel client but 
with 4.1.1 in our tunnel client it prints two 500 bytes messages. Nothing 
has changed on the tunnel server side. 

The channelInbound handler used on the tunnel client when it receives the 
response from tunnel server will run in the below mentioned order

1. SslHandler
2. HttpResponseDecoder
3. HttpResponseLogger --> Here is the place where we print the number of 
bytes received.

Is there any changes happened in 4.1.1 which is causing this? Any help is 
pretty much appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Netty discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/netty/cc11ad1a-6cfd-4bab-a19e-ac439e6415ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to