mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Move --no-http-keep-alive to HTTP Options section.
This commit is contained in:
parent
b0bdf95494
commit
d7d0c1f79c
@ -1,3 +1,8 @@
|
|||||||
|
2008-11-05 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* wget.texi: Move --no-http-keep-alive from FTP Options to HTTP
|
||||||
|
Options.
|
||||||
|
|
||||||
2008-09-30 Steven Schubiger <stsc@members.fsf.org>
|
2008-09-30 Steven Schubiger <stsc@members.fsf.org>
|
||||||
|
|
||||||
* wget.texi (Wgetrc Commands): Add default_page, save_headers,
|
* wget.texi (Wgetrc Commands): Add default_page, save_headers,
|
||||||
|
@ -1131,6 +1131,19 @@ For more information about security issues with Wget, @xref{Security
|
|||||||
Considerations}.
|
Considerations}.
|
||||||
@end iftex
|
@end iftex
|
||||||
|
|
||||||
|
@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.
|
||||||
|
|
||||||
@cindex proxy
|
@cindex proxy
|
||||||
@cindex cache
|
@cindex cache
|
||||||
@item --no-cache
|
@item --no-cache
|
||||||
@ -1633,19 +1646,6 @@ Note that when retrieving a file (not a directory) because it was
|
|||||||
specified on the command-line, rather than because it was recursed to,
|
specified on the command-line, rather than because it was recursed to,
|
||||||
this option has no effect. Symbolic links are always traversed in this
|
this option has no effect. Symbolic links are always traversed in this
|
||||||
case.
|
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
|
@end table
|
||||||
|
|
||||||
@node Recursive Retrieval Options
|
@node Recursive Retrieval Options
|
||||||
|
Loading…
Reference in New Issue
Block a user