asyn-thrdd resolver: clear timeout when done

When the async threaded resolver thread returned, clear the
started EXPIRE_ASYNC_NAME timeout.

Closes #18769
This commit is contained in:
Stefan Eissing 2025-09-29 16:44:35 +02:00 committed by Daniel Stenberg
parent f97aa8d7ed
commit d8823e855c
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -611,6 +611,7 @@ CURLcode Curl_async_is_resolved(struct Curl_easy *data,
data->state.async.done = TRUE;
Curl_resolv_unlink(data, &data->state.async.dns);
Curl_expire_done(data, EXPIRE_ASYNC_NAME);
if(thrdd->addr->res) {
data->state.async.dns =