async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

maxRequestRetry documentation is not clear

Open deepaktaker opened this issue 4 years ago • 0 comments

maxRequestRetry documentation says that "number of time a request will be retried when an {@link java.io.IOException} occurs because of a Network exception"

This is a high level information and there is no clear information on when a retry would occur whether retry is performed when connection timeout occurs or when readtimeout occurs etc.

can someone provide information on the exact scenarios when retry is performed.

deepaktaker avatar Aug 25 '21 12:08 deepaktaker