mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
CURLOPT_QUICK_EXIT: don't wait for DNS thread on exit
Fixes #2975 Closes #9147
This commit is contained in:
parent
b473df52bb
commit
49798cac83
11 changed files with 87 additions and 2 deletions
|
|
@ -2201,6 +2201,9 @@ typedef enum {
|
|||
/* CA cache timeout */
|
||||
CURLOPT(CURLOPT_CA_CACHE_TIMEOUT, CURLOPTTYPE_LONG, 321),
|
||||
|
||||
/* Can leak things, gonna exit() soon */
|
||||
CURLOPT(CURLOPT_QUICK_EXIT, CURLOPTTYPE_LONG, 322),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue