From 886470568ccd257a8f439028c01c3736e40116ff Mon Sep 17 00:00:00 2001 From: hniksic Date: Mon, 15 Apr 2002 11:27:11 -0700 Subject: [PATCH] [svn] New TODO item. --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index f0f06317..aaa1d7c6 100644 --- a/TODO +++ b/TODO @@ -8,6 +8,10 @@ The items are not listed in any particular order (except that recently-added items may tend towards the top). Not all of these represent user-visible changes. +* Implement a `--disable-dns-cache' option that disables DNS caching. + It is trivial to implement; simply avoid calling cache_host_lookup + at the end of lookup_host. + * Honor `Content-Disposition: XXX; filename="FILE"' when creating the file name.