Skip to content

Commit

Permalink
TODO: Cache negative name resolves
Browse files Browse the repository at this point in the history
Worth exploring
  • Loading branch information
bagder committed Dec 10, 2014
1 parent 086ad79 commit cd6c13c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/TODO
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cd6c13c

Please sign in to comment.