Re: multi interface with hsts cache

2023-06-05 Thread Przemysław Sobala via curl-library
W dniu 5.06.2023 o 11:52, Przemysław Sobala pisze: Let's say I want to drop my cache preloading/dumping requirements and just use the in-memory HSTS cache shared between cURL easy handles, managed by the multi interface. 2. if so, and if my application receives tons of concurrent download

Re: multi interface with hsts cache

2023-06-05 Thread Przemysław Sobala via curl-library
Thank you for your response. Let's say I want to drop my cache preloading/dumping requirements and just use the in-memory HSTS cache shared between cURL easy handles, managed by the multi interface. 1. is using the share interface the preferred

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