Re: Limit connection reuse to the first 120 seconds

2019-04-16 Thread Daniel Stenberg via curl-library
On Tue, 16 Apr 2019, Stefan Eissing wrote: Same behaviour for HTTP/2 connections? Yes. Since the connections tend to deteriorate over time due to NATs and other things that are totally independent of HTTP versions. And also, if the running application hasn't reused the connection after 120

Re: Limit connection reuse to the first 120 seconds

2019-04-16 Thread Stefan Eissing via curl-library
Same behaviour for HTTP/2 connections? > Am 15.04.2019 um 22:37 schrieb Daniel Stenberg via curl-library > : > > Hi, > > I propose we change the connection reuse logic in curl to only ever consider > connections that have been kept in the connection pool for shorter than 120 > seconds.