Hi Oleg
Apparently the limit value on the ByteArray instance is miscalculated
for some reason. At this moment I can't think of a cause leading to such
condition. So, a reproducer would be very help.
        // subtract the length of the longest chunk header
        // 12345678\r\n
        avail -= 10;

Should the above be avail -= 12 since we need to terminate the chunk with another \r\n ?

cheers
asankha

--
Asankha C. Perera
AdroitLogic, http://adroitlogic.org

http://esbmagic.blogspot.com





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to