Re: Retries with the async client

2016-09-23 Thread Oleg Kalnichevski
On Wed, 2016-09-21 at 13:51 +0200, Joan Balagueró wrote: > Hello, > > I’m trying to retry ‘NoHttpResponse’ exceptions with the async client. The > point is I’m unable to generate this kind of error from my server. So my > question is: does this kind of exceptions that can be retried reach the > ca

Retries with the async client

2016-09-21 Thread Joan Balagueró
Hello, I’m trying to retry ‘NoHttpResponse’ exceptions with the async client. The point is I’m unable to generate this kind of error from my server. So my question is: does this kind of exceptions that can be retried reach the callback? In my case the HttpAsyncResponseConsumer.responseReceived (s