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

--- Comment #6 from Mark Thomas <ma...@apache.org> ---
Good news. I've figured out the root cause and there will be a fix in the next
release.

Indirectly, r1746551 was the issue.

The problem occurs for TLS connections when the connection is dropped after the
socket has been accepted but before the handshake is complete. The socket ended
up in a loop:
- timeout -> ERROR event
- process ERROR (this is the new bit from r1746551)
- try to finish handshake
- need more data from client
- register with poller for READ
- wait for timeout
- timeout ...

... and around you go.

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