diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:22 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:22 +0900 |
commit | be7885cb38b145fc4361200b3351fc2c79e35f3c (patch) | |
tree | 74b4dd183cb74fc723fb2f6c30bc816c9e8debcd /doc/wget.texi | |
parent | 8abe09f3b00fd31d1af24d3038f881034506d651 (diff) | |
download | wget-be7885cb38b145fc4361200b3351fc2c79e35f3c.tar.gz wget-be7885cb38b145fc4361200b3351fc2c79e35f3c.tar.bz2 wget-be7885cb38b145fc4361200b3351fc2c79e35f3c.zip |
Imported Upstream version 1.19.4upstream/1.19.4
Diffstat (limited to 'doc/wget.texi')
-rw-r--r-- | doc/wget.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/wget.texi b/doc/wget.texi index 3ec609f..167a59a 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -1543,10 +1543,13 @@ If @samp{auto} or @samp{gzip} are specified, Wget asks the server to compress the file using the gzip compression format. If the server compresses the file and responds with the @code{Content-Encoding} header field set appropriately, the file will be decompressed -automatically. This is the default. +automatically. If @samp{none} is specified, wget will not ask the server to compress -the file and will not decompress any server responses. +the file and will not decompress any server responses. This is the default. + +Compression support is currently experimental. In case it is turned on, +please report any bugs to @code{bug-wget@@gnu.org}. @cindex redirect @item --max-redirect=@var{number} |