mirror of
https://github.com/curl/curl.git
synced 2026-08-03 03:30:27 +03:00
CURLOPT_DNS_USE_GLOBAL_CACHE: remove
Remove the code too. The functionality has been disabled in code since 7.62.0. Setting this option will from now on simply be ignored and have no function. Closes #3654
This commit is contained in:
parent
ebc0550110
commit
f73de32d46
9 changed files with 35 additions and 119 deletions
|
|
@ -128,11 +128,7 @@ static CURLcode vsetopt(struct Curl_easy *data, CURLoption option,
|
|||
data->set.dns_cache_timeout = arg;
|
||||
break;
|
||||
case CURLOPT_DNS_USE_GLOBAL_CACHE:
|
||||
#if 0 /* deprecated */
|
||||
/* remember we want this enabled */
|
||||
arg = va_arg(param, long);
|
||||
data->set.global_dns_cache = (0 != arg) ? TRUE : FALSE;
|
||||
#endif
|
||||
/* deprecated */
|
||||
break;
|
||||
case CURLOPT_SSL_CIPHER_LIST:
|
||||
/* set a list of cipher we want to use in the SSL connection */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue