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

--- Comment #4 from m...@blackmans.org ---
I know for a fact the connection is taking longer than 5 second to become
established, because the backend is turned off. We're testing how mod_jk +
Apache 2.4 handle the case where the backend becomes completely unavailable. 

My point, which seems might not be clear yet, is that EINPROGRESS should never
be a connection failure while a socket is still in progress, because, by
definition, it has *NOT YET* timed out.

The socket state should change from EINPROGRESS to something else after the
timeout expires, to indicate connection failure. EINPROGRESS should never never
be the cause of connection failure, ever, in my opinion.

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