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

[svn] Don't refer to nonexistent forget_host_lookup.

This commit is contained in:
hniksic 2003-11-14 18:10:56 -08:00
parent 61bfc5d570
commit 98349dee6f
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-11-15 Hrvoje Niksic <hniksic@xemacs.org>
* host.c: Don't refer to the now-removed function
forget_host_lookup in the documentation of lookup_host.
2003-11-15 Hrvoje Niksic <hniksic@xemacs.org>
* http.c (persistent_available_p): Correctly specify the endpoint

View File

@ -502,9 +502,9 @@ cache_remove (const char *host)
gethostbyname/getaddrinfo returned them.
This function caches its result so that, if the same host is passed
the second time, the addresses are returned without DNS lookup. If
you want to force lookup, call forget_host_lookup() prior to this
function, or set opt.dns_cache to 0 to globally disable caching.
the second time, the addresses are returned without DNS lookup.
(Use LH_REFRESH to force lookup, or set opt.dns_cache to 0 to
globally disable caching.)
FLAGS can be a combination of:
LH_SILENT - don't print the "resolving ... done" messages.