mirror of
https://github.com/curl/curl.git
synced 2026-08-26 21:24:08 +03:00
clean up start time and t_startsingle use so that redirect_time works properly
This commit is contained in:
parent
8475a0df2f
commit
5931d43a36
6 changed files with 28 additions and 16 deletions
|
|
@ -1273,7 +1273,7 @@ Curl_SSLConnect(struct connectdata *conn,
|
|||
long has_passed;
|
||||
|
||||
/* Evaluate in milliseconds how much time that has passed */
|
||||
has_passed = Curl_tvdiff(Curl_tvnow(), data->progress.start);
|
||||
has_passed = Curl_tvdiff(Curl_tvnow(), data->progress.t_startsingle);
|
||||
|
||||
/* get the most strict timeout of the ones converted to milliseconds */
|
||||
if(data->set.timeout &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue