You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Eric Lan (JIRA)" <ji...@apache.org> on 2018/12/27 03:12:00 UTC

[jira] [Created] (HTTPASYNC-147) There is no retry mechanism for http async client

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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org