Skip to content
Snippets Groups Projects
Commit dfd341ef authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added two new time stamp places

parent 28011b8f
No related branches found
No related tags found
No related merge requests found
......@@ -1052,6 +1052,7 @@ static UrgError _urlget(struct UrlData *data)
return URG_COULDNT_RESOLVE_PROXY;
}
}
pgrsTime(data, TIMER_NAMELOOKUP);
data->firstsocket = socket(AF_INET, SOCK_STREAM, 0);
......@@ -1148,6 +1149,7 @@ static UrgError _urlget(struct UrlData *data)
return URG_SSL_CONNECT_ERROR;
}
}
pgrsTime(data, TIMER_CONNECT);
now = tvnow(); /* time this *after* the connect is done */
bytecount = 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