]> granicus.if.org Git - curl/commitdiff
TODO: Cache negative name resolves
authorDaniel Stenberg <daniel@haxx.se>
Wed, 10 Dec 2014 10:56:43 +0000 (11:56 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 10 Dec 2014 10:56:43 +0000 (11:56 +0100)
Worth exploring

docs/TODO

index 865c8ce0cfd0782bb49a1b39a1d32877f78af4ee..5db9211745de39c4df9c5b9245aa374223236092 100644 (file)
--- 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
  ...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