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

[svn] Document the --no-http-keep-alive option.

This commit is contained in:
hniksic 2004-02-06 08:50:14 -08:00
parent 91ebe986e4
commit 26dd99930e
2 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-02-06 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Wgetrc Commands): Document --no-http-keep-alive and
the corresponding Wgetrc command.
2003-12-06 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Don't incorrectly claim that `-O'

View File

@ -1282,6 +1282,19 @@ Note that when retrieving a file (not a directory) because it was
specified on the command-line, rather than because it was recursed to,
this option has no effect. Symbolic links are always traversed in this
case.
@cindex Keep-Alive, turning off
@cindex Persistent Connections, disabling
@item --no-http-keep-alive
Turn off the ``keep-alive'' feature for HTTP downloads. Normally, Wget
asks the server to keep the connection open so that, when you download
more than one document from the same server, they get transferred over
the same TCP connection. This saves time and at the same time reduces
the load on the server.
This option is useful when, for some reason, persistent (keep-alive)
connections don't work for you, for example due to a server bug or due
to the inability of server-side scripts to cope with the connections.
@end table
@node Recursive Retrieval Options
@ -2297,6 +2310,10 @@ Add a @samp{.html} extension to @samp{text/html} or
@samp{application/xhtml+xml} files without it, like
@samp{-E}.
@item http_keep_alive = on/off
Turn the keep-alive feature on or off (defaults to on). The same as
`--http-keep-alive'.
@item http_passwd = @var{string}
Set @sc{http} password.