mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 19:03:27 +08:00
[svn] Merging fix #20499: MAX_REDIRECTIONS should be configurable.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user