1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

getinfo.c: reset app connect time when clearing session-info time variables

This commit is contained in:
Yang Tse 2011-11-24 18:13:09 +01:00
parent 78feaff9d8
commit 46bd8b330a

View File

@ -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;