Anand created HTTPCLIENT-1675:
---------------------------------
Summary: DefaultHttpRequestRetryHandler does not retry for
NoHttpResponseException by default anymore.
Key: HTTPCLIENT-1675
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1675
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpClient
Affects Versions: 4.3.6
Reporter: Anand
When server does not send any response code, client call end up with
Caused by: org.apache.http.NoHttpResponseException: localhost:80 failed to
respond
3.X commons http client used to retry call for if it receives above exception
by default. This has been removed in 4.3.X ( may be a regression? ). Should add
the same logic in latest version also, so that legacy code when it migrates to
4.X is not broken.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]