mirror of
https://github.com/curl/curl.git
synced 2026-08-10 14:00:57 +03:00
ip-happy: do not set unnecessary timeout
When attempts on all addresses have been started, do no longer set any EXPIRE_HAPPY_EYEBALLS timeouts. Fixes #18767 Reported-by: Johannes Schindelin Closes #18768
This commit is contained in:
parent
d8823e855c
commit
b022389757
8 changed files with 160 additions and 74 deletions
|
|
@ -895,6 +895,9 @@ class CurlClient:
|
|||
if not isinstance(urls, list):
|
||||
urls = [urls]
|
||||
|
||||
if options is not None and '--resolve' in options:
|
||||
force_resolve = False
|
||||
|
||||
args = [self._curl, "-s", "--path-as-is"]
|
||||
if 'CURL_TEST_EVENT' in os.environ:
|
||||
args.append('--test-event')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue