Am 26.07.2020 um 13:49 schrieb Daniel Stenberg <dan...@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
signature.asc
Description: Message signed with OpenPGP
------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html