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:
Stefan Eissing 2025-09-29 16:38:55 +02:00 committed by Daniel Stenberg
parent d8823e855c
commit b022389757
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
8 changed files with 160 additions and 74 deletions

View file

@ -138,6 +138,10 @@ Tracing of SSL Session handling, e.g. caching/import/export.
Tracing of SMTP operations when this protocol is enabled in your build.
## `timer`
Tracing of timers set for transfers.
## `write`
Traces writing of download data, received from the server, to the application.