Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #260098

Category None
Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
Changed at Fri 06 Mar 2026 22:41:56
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch master
Revision b803dc9f208073ef5a4aff94c083a41538b30571

Comments

async-ares: blocking resolve timeout handling, better

Perform the actual timeout calculation in the blocking resolv
loop each time in the same way, keeping the logic simpler.

The previous version calculated the timeout once, and then
reduced it by the elapsed time spent in polling/processing.
This is unnecessarily complicated.

Closes #20819

Changed files