Skip to content
Snippets Groups Projects
Commit 46bd8b33 authored by Yang Tse's avatar Yang Tse
Browse files

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

parent 78feaff9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment