]> git.ipfire.org Git - thirdparty/curl.git/commit
c-ares: when resolving failed, persist error
authorStefan Eissing <stefan@eissing.org>
Fri, 10 Oct 2025 08:40:55 +0000 (10:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 10 Oct 2025 21:49:27 +0000 (23:49 +0200)
commit05fbe85e628ca697e7f3c59bd677024e3cec125c
treed784488812f7b1583ee090c83fd8acec3338531a
parent03448f477a0cfa3868dfd15a7b9278dcecf944a2
c-ares: when resolving failed, persist error

Repeated calls to `Curl_async_is_resolved()` after a failure
returned OK and not the error that was the result of the resolve
fail.

Reported-by: Joshua Rogers
Closes #18999
lib/asyn-ares.c