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

Oleg Kalnichevski resolved HTTPASYNC-147.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: HttpClient 5.0

Implemented in HttpClient 5.0

[https://github.com/apache/httpcomponents-client]

Oleg

> There is no retry mechanism for http async client
> -------------------------------------------------
>
>                 Key: HTTPASYNC-147
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-147
>             Project: HttpComponents HttpAsyncClient
>          Issue Type: Bug
>    Affects Versions: 4.1.3
>            Reporter: Eric Lan
>            Priority: Major
>             Fix For: HttpClient 5.0
>
>
> In http client, there is retry handler to retry to execute http request. For 
> example
> # the client request url http://host/, the server response 301 and redirect 
> to http://host/redirect. but the server close the connection
> # the client don't know the connection is closed by server, so it will try to 
> send the request on the closed connection, and it will get an exception.
> # we can't retry to request http://host/, because it still get same exception 
> when request http://host/redirect



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to