aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-12-10 11:56:43 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-12-10 11:56:43 +0100
commitcd6c13c2b3ecfe36760074fb968a4d4d8a513e12 (patch)
tree87ba271edeb0024b718c535d8c222049574e9de9 /docs/TODO
parent086ad79970f3cd0463558bfb69122f6acdc9d2da (diff)
TODO: Cache negative name resolves
Worth exploring
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 865c8ce0c..5db921174 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -19,6 +19,7 @@
1.6 Modified buffer size approach
1.7 Detect when called from within callbacks
1.8 Allow SSL (HTTPS) to proxy
+ 1.9 Cache negative name resolves
2. libcurl - multi interface
2.1 More non-blocking
@@ -193,6 +194,12 @@
...and by Firefox soon:
https://bugzilla.mozilla.org/show_bug.cgi?id=378637
+1.9 Cache negative name resolves
+
+ A name resolve that has failed is likely to fail when made again within a
+ short period of time. Currently we only cache positive responses.
+
+
2. libcurl - multi interface
2.1 More non-blocking