[svn] Merging fix #20499: MAX_REDIRECTIONS should be configurable.

This commit is contained in:
micah
2007-07-28 19:37:14 -07:00
parent 01346093a8
commit 10da871ac4
7 changed files with 38 additions and 9 deletions

View File

@@ -1,3 +1,7 @@
2007-07-28 Micah Cowan <micah@cowan.name>
* wget.texi <HTTP Options>: Added --max-redirect option.
2007-07-05 Micah Cowan <micah@cowan.name>
* fdl.texi:

View File

@@ -1239,6 +1239,13 @@ wget --header="Host: foo.bar" http://localhost/
In versions of Wget prior to 1.10 such use of @samp{--header} caused
sending of duplicate headers.
@cindex redirect
@item --max-redirect=@var{number}
Specifies the maximum number of redirections to follow for a resource.
The default is 20, which is usually far more than necessary. However, on
those occasions where you want to allow more (or fewer), this is the
option to use.
@cindex proxy user
@cindex proxy password
@cindex proxy authentication