mirror of
https://github.com/curl/curl.git
synced 2026-05-30 19:07:27 +03:00
connect: expire the timeout when trying next
... so that it gets called again immediately and can continue trying addresses to connect to. Otherwise it might unnecessarily wait for a while there. Fixes #11920 Reported-by: Loïc Yhuel Closes #11935
This commit is contained in:
parent
afb4b15614
commit
01d8473b25
1 changed files with 1 additions and 0 deletions
|
|
@ -634,6 +634,7 @@ evaluate:
|
|||
/* next attempt was started */
|
||||
CURL_TRC_CF(data, cf, "%s trying next", baller->name);
|
||||
++ongoing;
|
||||
Curl_expire(data, 0, EXPIRE_RUN_NOW);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue