]> sjero.net Git - wget/commitdiff
Move --no-http-keep-alive to HTTP Options section.
authorMicah Cowan <micah@cowan.name>
Wed, 5 Nov 2008 17:11:33 +0000 (09:11 -0800)
committerMicah Cowan <micah@cowan.name>
Wed, 5 Nov 2008 17:11:33 +0000 (09:11 -0800)
doc/ChangeLog
doc/wget.texi

index b440bb49159de6eb8219a5433599daab37323474..e26fd89dddc2339ad63576a33b3cd9ff5680ab28 100644 (file)
@@ -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>
 
        * wget.texi (Wgetrc Commands): Add default_page, save_headers, 
index 222ae4949df1427a0bcc7550f7a80f02cf227981..29dc4e9688bdb0227e1fab662af573a0a95b0184 100644 (file)
@@ -1131,6 +1131,19 @@ For more information about security issues with Wget, @xref{Security
 Considerations}.
 @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 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,
 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