[ 
https://issues.apache.org/jira/browse/HTTPCORE-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615616#action_12615616
 ] 

Sergey Stremin commented on HTTPCORE-167:
-----------------------------------------

Oleg, patch works fine, thank you!

> Stale connection checking doesn't work if server correctly closes connection
> ----------------------------------------------------------------------------
>
>                 Key: HTTPCORE-167
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-167
>             Project: HttpComponents HttpCore
>          Issue Type: Bug
>          Components: HttpCore
>    Affects Versions: 4.0-beta2
>            Reporter: Sergey Stremin
>             Fix For: 4.0-beta3
>
>         Attachments: stalecheck.patch
>
>
> Problem was found in the following setting: client makes request to server, 
> server reports and closes connection 5 seconds after response.
> Second request from client results in NoHttpResponseException (retries are 
> disabled).
> AbstractHttpClientConnection.isStale() only reports true when IOException is 
> thrown by inbuffer.isDataAvailable(1). In this case no exception is thrown, 
> but read() method returns -1 which goes unnoticed.

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