curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: Easy Reuse across Multiple Multi Handles

From: Patrick Schlangen via curl-library <curl-library_at_cool.haxx.se>
Date: Sun, 26 Jul 2020 14:02:32 +0200

Am 26.07.2020 um 13:49 schrieb Daniel Stenberg <daniel_at_haxx.se>:
>
> On Sun, 26 Jul 2020, Patrick Schlangen wrote:
>
>> that makes me wonder what retrieving the connect time, SSL connection time, name resolving time etc would return when a connection was reused. Do you have any information on that?
>
> Those times will figured out and then stored in the easy handle for the later retrieval so it doesn't matter where the connection goes or doesn't go after the transfer is done...

Sorry, I probably didn't express my question clearly. I was trying to ask what times will be returned when starting a new transfer with a new easy handle, which would re-use a connection from the multi pool. Since you mentioned the times will be stored in the easy handle, I was wondering what would be returned for the new easy handle which re-used a connection and hence didn't have to do SSL handshaking, DNS lookup etc.

Hope it makes sense.

Thanks,

Patrick

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html

Received on 2020-07-26