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:
parent
61bfc5d570
commit
98349dee6f
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user