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

Change #265131

Category curl
Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
Changed at Tue 21 Apr 2026 15:58:06
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision ad1fcd6111990fee9e7734a30e13815a93102699

Comments

async-ares: fix query counter handling
When starting an c-ares query, the provided callback may be invoked
right away, leading to a decrement of `queries_ongoing`. Increment
the counter *before* call c-ares. Otherwise, the `async->done` bit
is not properly set.

Closes #21399

Changed files