[ 
https://issues.apache.org/jira/browse/HTTPCORE-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski resolved HTTPCORE-141.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0-beta1

Richie,

I think the initial intension was to allow the timeout period to be extended 
without canceling the request. This, however, does not seem to make sense, as 
the only possibility to do so is by resetting the timeout value in the 
SessionRequestCallback, which is optional and may be omitted.

Fixed in the SVN trunk.

Oleg 

> 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
>            Priority: Minor
>             Fix For: 4.0-beta1
>
>
> 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