https://bz.apache.org/bugzilla/show_bug.cgi?id=61751

--- Comment #12 from Mark Thomas <ma...@apache.org> ---
I've found the root cause. A blocking read obtained bytes from the network but
after unwrapping there were zero application bytes. Since this is a blocking
read, more network bytes should be read and unwrapped until there are some
application bytes. This wasn't happening. I have a fix that I'll apply shortly.
I just need to check if it needs to be applied anywhere else as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to