mirror of
https://github.com/curl/curl.git
synced 2026-05-16 07:06:20 +03:00
getinfo.c: reset app connect time when clearing session-info time variables
This commit is contained in:
parent
78feaff9d8
commit
46bd8b330a
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue