Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/hostip.c
Original file line number Diff line number Diff line change
Expand Up @@ -935,10 +935,12 @@ CURLcode Curl_resolv(struct Curl_easy *data,
return CURLE_OK;
}
else if(respwait) {
#ifdef USE_CURL_ASYNC
if(!Curl_resolv_check(data, &dns)) {
*entry = dns;
return dns ? CURLE_OK : CURLE_AGAIN;
}
#endif
result = CURLE_COULDNT_RESOLVE_HOST;
}
error:
Expand Down