]> git.ipfire.org Git - thirdparty/curl.git/commit
CURLOPT_DNS_USE_GLOBAL_CACHE: remove
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 Mar 2019 14:39:43 +0000 (15:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Apr 2019 20:22:39 +0000 (22:22 +0200)
commitf73de32d469919478fba65b5f4fda6212dc730cd
tree81ca14e84a83ba488d01bf9bed08a559f1c17785
parentebc055011045510bee71043fb6a3a0dac6dca42d
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
docs/DEPRECATE.md
docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3
lib/easy.c
lib/hostip.c
lib/multi.c
lib/setopt.c
lib/urldata.h
tests/unit/unit1607.c
tests/unit/unit1609.c