async-http-client
async-http-client copied to clipboard
maxRequestRetry documentation is not clear
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.