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

Stoyan Boshev <[email protected]> changed:

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

--- Comment #2 from Stoyan Boshev <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to