Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.0
-
None
-
Important
Description
In httpclient5, HttpRequestRetryStrategy has introduced a new feature retryInterval which determines the interval between subsequent retries. In case there are IOExceptions occur, the retry happens but without any delays.
There might be some bugs in HttpRequestRetryExec.class implementation.