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

Oleg Kalnichevski updated HTTPCORE-167:
---------------------------------------

    Attachment: stalecheck.patch

I think I found an acceptable solution. Please review.

Sergey, could you please re-test your application against the trunk with this 
patch applied and let me know if that fixes the problem for you?

Oleg

> 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