]> git.ipfire.org Git - thirdparty/curl.git/commit
CURLOPT_QUICK_EXIT: don't wait for DNS thread on exit
authorAlexandre Ferrieux <alexandre.ferrieux@orange.com>
Tue, 12 Jul 2022 21:40:05 +0000 (23:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Nov 2022 23:17:27 +0000 (00:17 +0100)
commit49798cac832ab12c52b642930448e2f6eaedb982
treee448da4f301e79162b90ec784d991ca154170405
parentb473df52bbd887cf98d985b65f5f4adce25c07d5
CURLOPT_QUICK_EXIT: don't wait for DNS thread on exit

Fixes #2975
Closes #9147
.github/scripts/spellcheck.words
docs/libcurl/curl_easy_setopt.3
docs/libcurl/opts/CURLOPT_QUICK_EXIT.3 [new file with mode: 0644]
docs/libcurl/symbols-in-versions
include/curl/curl.h
lib/asyn-thread.c
lib/easyoptions.c
lib/setopt.c
lib/url.c
lib/urldata.h
src/tool_operate.c