Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently in our application we are retrying requests manually in the 'failed' method within our HttpAsyncResponseConsumer. This generates some collateral problems (that have been solved) but it would be great to have a retry handler in the PoolingNHttpClientConnectionManager to avoid coding retries in callbacks.