https://issues.apache.org/bugzilla/show_bug.cgi?id=55170

Stoyan Boshev <s.bos...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #2 from Stoyan Boshev <s.bos...@gmail.com> ---
I am using JDK 7 (build 1.7.0_21-b11).

I did some debugging on this problem. It seems the code in
AsyncChannelWrapperSecure$ReadTask.run() falls into endless cycle because the
returned SSLEngineResult at line 276 is with status Status.BUFFER_OVERFLOW.
Also the call to bytesProduced() returns 0 which results in read variable
staying with value 0.
This leads to endless cycle in method AsyncChannelWrapperSecure$ReadTask.run().

-- 
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