mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
Added two new time stamp places
This commit is contained in:
parent
28011b8f9c
commit
dfd341efd5
@ -1052,6 +1052,7 @@ static UrgError _urlget(struct UrlData *data)
|
|||||||
return URG_COULDNT_RESOLVE_PROXY;
|
return URG_COULDNT_RESOLVE_PROXY;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
pgrsTime(data, TIMER_NAMELOOKUP);
|
||||||
|
|
||||||
data->firstsocket = socket(AF_INET, SOCK_STREAM, 0);
|
data->firstsocket = socket(AF_INET, SOCK_STREAM, 0);
|
||||||
|
|
||||||
@ -1148,6 +1149,7 @@ static UrgError _urlget(struct UrlData *data)
|
|||||||
return URG_SSL_CONNECT_ERROR;
|
return URG_SSL_CONNECT_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
pgrsTime(data, TIMER_CONNECT);
|
||||||
|
|
||||||
now = tvnow(); /* time this *after* the connect is done */
|
now = tvnow(); /* time this *after* the connect is done */
|
||||||
bytecount = 0;
|
bytecount = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user