summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2018-11-29 12:15:04 +0100
committerDaniel Gustafsson <daniel@yesql.se>2018-11-29 12:15:04 +0100
commit436b50f2f7ec8f118a0f84738cbc577fc7141f5a (patch)
treef4da84be761fbb7908a97a6b69df24d3894ead62
parentb466560124e53ef95257fd3ccbabca8b153c2269 (diff)
downloadcurl-436b50f2f7ec8f118a0f84738cbc577fc7141f5a.tar.gz
TODO: remove CURLOPT_DNS_USE_GLOBAL_CACHE entry
Commit 7c5837e79280e6abb3ae143dfc49bca5e74cdd11 deprecated the option making it a manual code-edit operation to turn it back on. The removal process has thus started and is now documented in docs/DEPRECATE.md so remove from the TODO to avoid anyone looking for something to pick up spend cycles on an already in-progress entry. Reviewed-by: Daniel Stenberg <daniel@haxx.se>
-rw-r--r--docs/TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/TODO b/docs/TODO
index 18d39c6b1..f7fd722a8 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -184,7 +184,6 @@
22.3 size_t
22.4 remove several functions
22.5 remove CURLOPT_FAILONERROR
- 22.6 remove CURLOPT_DNS_USE_GLOBAL_CACHE
22.7 remove progress meter from libcurl
22.8 remove 'curl_httppost' from public
@@ -1260,12 +1259,6 @@ that doesn't exist on the server, just like --ftp-create-dirs.
Remove support for CURLOPT_FAILONERROR, it has gotten too kludgy and weird
internally. Let the app judge success or not for itself.
-22.6 remove CURLOPT_DNS_USE_GLOBAL_CACHE
-
- Remove support for a global DNS cache. Anything global is silly, and we
- already offer the share interface for the same functionality but done
- "right".
-
22.7 remove progress meter from libcurl
The internally provided progress meter output doesn't belong in the library.