mirror of
https://github.com/curl/curl.git
synced 2026-07-23 17:27:22 +03:00
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:
parent
f97aa8d7ed
commit
d8823e855c
1 changed files with 1 additions and 0 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue