mirror of
https://github.com/mirror/wget.git
synced 2025-02-09 11:20:55 +08: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>
|
2003-11-15 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* http.c (persistent_available_p): Correctly specify the endpoint
|
* http.c (persistent_available_p): Correctly specify the endpoint
|
||||||
|
@ -502,9 +502,9 @@ cache_remove (const char *host)
|
|||||||
gethostbyname/getaddrinfo returned them.
|
gethostbyname/getaddrinfo returned them.
|
||||||
|
|
||||||
This function caches its result so that, if the same host is passed
|
This function caches its result so that, if the same host is passed
|
||||||
the second time, the addresses are returned without DNS lookup. If
|
the second time, the addresses are returned without DNS lookup.
|
||||||
you want to force lookup, call forget_host_lookup() prior to this
|
(Use LH_REFRESH to force lookup, or set opt.dns_cache to 0 to
|
||||||
function, or set opt.dns_cache to 0 to globally disable caching.
|
globally disable caching.)
|
||||||
|
|
||||||
FLAGS can be a combination of:
|
FLAGS can be a combination of:
|
||||||
LH_SILENT - don't print the "resolving ... done" messages.
|
LH_SILENT - don't print the "resolving ... done" messages.
|
||||||
|
Loading…
Reference in New Issue
Block a user