aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-01-15 22:15:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-01-15 22:15:55 +0000
commit56f17d2c9f3d229d701bcf0dda83f4d29c0e02ba (patch)
treeda73dc3c74a6b29c4c0894a15aa263a88a7fd31a /docs
parent19ae96f4d0086f45705a6d4e106e1f66ab03baf7 (diff)
I made the torture test on test 530 go through. This was actually due to
silly code left from when we switched to let the multi handle "hold" the dns cache when using the multi interface... Of course this only triggered when a certain function call returned error at the correct moment.
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 17aedb620..e5a3df6a3 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -103,6 +103,7 @@
15.3 size_t
15.4 remove several functions
15.5 remove CURLOPT_FAILONERROR
+ 15.6 remove CURLOPT_DNS_USE_GLOBAL_CACHE
==============================================================================
@@ -563,3 +564,9 @@ to provide the data to send.
Remove support for CURLOPT_FAILONERROR, it has gotten too kludgy and weird
internally. Let the app judge success or not for itself.
+
+15.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".