RV: Migration from Async 4.1.3 to HttpClient 5

2018-11-07 Thread Joan Balagueró
Hello Oleg, We are finishing the migration and have the last questions: 1. If a connection is kept-alive for 30s at second 0, and after 10s is reused, this connection will die at second 30 or will survive until second 40? 2. Regarding the RetryHandler, below the method inherited from http 4.5

Re: Releasing a Pooled connection to pool - socket reuse address performance.

2018-11-07 Thread jwhiting
Thanks for pointing that out. I can confirm my code is handling the responses well now. Jeremy On Mon, 2018-11-05 at 17:19 +0100, Oleg Kalnichevski wrote: > On Mon, 2018-11-05 at 15:56 +, jwhit...@redhat.com wrote: > > Hi, > > I am attempting to use the client API. Following the