mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
getinfo.c: reset app connect time when clearing session-info time variables
This commit is contained in:
parent
78feaff9d8
commit
46bd8b330a
@ -46,6 +46,7 @@ CURLcode Curl_initinfo(struct SessionHandle *data)
|
||||
|
||||
pro->t_nslookup = 0;
|
||||
pro->t_connect = 0;
|
||||
pro->t_appconnect = 0;
|
||||
pro->t_pretransfer = 0;
|
||||
pro->t_starttransfer = 0;
|
||||
pro->timespent = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user