Re: HTTP/2 client and closed connections

2024-03-17 Thread Jonathan Amir
will mostly stay valid, the validation option is better. If I think they'll mostly go bad, the eviction is better. Thanks, Jonathan On Fri, Mar 15, 2024 at 4:44 AM Oleg Kalnichevski wrote: > > > On 14/03/2024 21:53, Jonathan Amir wrote: > > Thanks for your answers, they help a

Re: HTTP/2 client and closed connections

2024-03-14 Thread Jonathan Amir
, and validation, what is supposed to be the correct way to use these three configurations together? On Wed, Mar 13, 2024 at 5:14 AM Oleg Kalnichevski wrote: > On Tue, 2024-03-12 at 21:58 -0400, Jonathan Amir wrote: > > Hello, > > I am building an HTTP/2 only client for running mu

HTTP/2 client and closed connections

2024-03-12 Thread Jonathan Amir
Hello, I am building an HTTP/2 only client for running multiple requests in parallel. I understand that there is no connection pool internally, rather there is one connection per host. For simplicity, let's say all my requests go to the same host. I have a situation where under stress there are