1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] New TODO item.

This commit is contained in:
hniksic 2002-04-15 11:27:11 -07:00
parent 5f79fa69a1
commit 886470568c

4
TODO
View File

@ -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.