]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
compressed.d: stress that the headers are not modified
authorDaniel Stenberg <daniel@haxx.se>
Sat, 11 Apr 2020 21:49:27 +0000 (23:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 12 Apr 2020 09:02:24 +0000 (11:02 +0200)
Suggested-by: Michael Osipov
Assisted-by: Jay Satiro
Bug: https://github.com/curl/curl/issues/5182#issuecomment-611638008
Closes #5217

docs/cmdline-opts/compressed.d

index dc130c1f02ea465106d5ef913eb842a0209d85f8..3aca92c32863cfa43559a7586a8d610688256425 100644 (file)
@@ -3,5 +3,7 @@ Help: Request compressed response
 Protocols: HTTP
 ---
 Request a compressed response using one of the algorithms curl supports, and
-save the uncompressed document.  If this option is used and the server sends
-an unsupported encoding, curl will report an error.
+automatically decompress the content. Headers are not modified.
+
+If this option is used and the server sends an unsupported encoding, curl will
+report an error.