Re: multi interface with hsts cache

2023-05-29 Thread Dan Fandrich via curl-library
On Mon, May 29, 2023 at 11:41:04PM +0200, Przemysław Sobala via curl-library wrote: > If I understand the documentation correctly, the HSTS cache is applied to each > curl easy handle and it's read and written on each easy handle open and close > action. > I'd like to use the in-memory cache as

multi interface with hsts cache

2023-05-29 Thread Przemysław Sobala via curl-library
Hello I've been successfully using curl multi interface with libuv in my service for 24/7 download requests. Now I want to benefit from caching HSTS responses to reduce the number of HTTP->HTTPS redirects. If I understand the documentation correctly, the HSTS cache is applied to each curl easy

Re: CURLINFO_APPCONNECT_TIME_T in HTTP 2

2023-05-29 Thread Babacar Ndiaye via curl-library
We are using version 7.81.0. I'll dig into this piece to see if that is what is happening: "or if a new connection with the need to re-authenticate at the proxy is done" I didn't question the assumption it's cached. Thanks for pointing that out. On Sat, May 27, 2023 at 6:14 AM Stefan Eissing