Re: CURLINFO_APPCONNECT_TIME_T in HTTP 2

2023-05-27 Thread Stefan Eissing via curl-library
Addendum: I speak of a recent curl version. If you use an older libcurl, please state the version. > Am 27.05.2023 um 12:00 schrieb Stefan Eissing via curl-library > : > > > >> Am 26.05.2023 um 23:22 schrieb Babacar Ndiaye via curl-library >> : >> >> Hi: >> >> The setup we have is TLS in

Re: CURLINFO_APPCONNECT_TIME_T in HTTP 2

2023-05-27 Thread Stefan Eissing via curl-library
> Am 26.05.2023 um 23:22 schrieb Babacar Ndiaye via curl-library > : > > Hi: > > The setup we have is TLS in TLS HTTPS with proxy client authentication. As > suggested in the docs, we create one multi handler, keep it around to > leverage the connection caching, and keep adding/removing

CURLINFO_APPCONNECT_TIME_T in HTTP 2

2023-05-27 Thread Babacar Ndiaye via curl-library
Hi: The setup we have is TLS in TLS HTTPS with proxy client authentication. As suggested in the docs, we create one multi handler, keep it around to leverage the connection caching, and keep adding/removing easy handles to service the requests. When the transfer is done with HTTP 1.1, what I get