connect: expire the timeout when trying next#11935
Conversation
icing
left a comment
There was a problem hiding this comment.
Does not hurt, since Curl_expire() is idempotent when called several times.
|
This doesn't always work in my tests.
|
|
Yes, on repeated runs it shows for me as well. A premature PR... |
|
@hwti okay, how about this? I actually poked on |
|
@bagder The commit seems to avoid the issue, but the current timeout remains in the list until the next I have another solution in |
... 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
0d66f54 to
985bb6d
Compare
I believe so as well. I removed the commit again from this PR. |
... 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