Eric Lan created HTTPASYNC-147:
----------------------------------

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


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