DefaultConnectingIOReactor incorrectly handles connection timeout
-----------------------------------------------------------------

                 Key: HTTPCORE-141
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-141
             Project: HttpComponents Core
          Issue Type: Bug
    Affects Versions: 4.0-alpha6
            Reporter: Richie Jefts


In DefaultConnectingIOReactor.processTimeouts() the session request correctly 
notifies the callback of a timeout but the SelectionKey is not cancelled. This 
causes multiple session request callbacks for a connection timeout since each 
iteration through processEvents() will still check this SelectionKey for a 
timeout that has already occurred.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to