mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 19:03:27 +08:00
More attention to Content-Disposition's buggy state.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-12-05 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* wget.texi <Wgetrc Commands>: Explicitly mention that
|
||||
--content-disposition has known issues.
|
||||
|
||||
2007-10-13 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* wget.texi <Mailing Lists>: Replaced mention of no-longer
|
||||
|
||||
@@ -2554,8 +2554,8 @@ Set the connect timeout---the same as @samp{--connect-timeout}.
|
||||
@item content_disposition = on/off
|
||||
If this is set to on, experimental (not fully-functional) support for
|
||||
@samp{Content-Disposition} headers is enabled. This can currently result in
|
||||
extra round-trips to the server for a @samp{HEAD} request, which is why
|
||||
it is not currently enabled by default.
|
||||
extra round-trips to the server for a @samp{HEAD} request, and is known
|
||||
to suffer from a few bugs, which is why it is not currently enabled by default.
|
||||
|
||||
This option is useful for some file-downloading CGI programs that use
|
||||
@samp{Content-Disposition} headers to describe what the name of a
|
||||
|
||||
Reference in New Issue
Block a user