summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-04-11 23:49:27 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-12 11:02:24 +0200
commitb9a0804ad1abfb6107f411bc6e256522703b40cf (patch)
treeb003b1de6ce1ce6b4725322f18efffb500e9c580
parentdd0365d560aea5a1ad45b479636fb4fffddedace (diff)
downloadcurl-b9a0804ad1abfb6107f411bc6e256522703b40cf.tar.gz
compressed.d: stress that the headers are not modified
Suggested-by: Michael Osipov Assisted-by: Jay Satiro Bug: https://github.com/curl/curl/issues/5182#issuecomment-611638008 Closes #5217
-rw-r--r--docs/cmdline-opts/compressed.d6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/cmdline-opts/compressed.d b/docs/cmdline-opts/compressed.d
index dc130c1f0..3aca92c32 100644
--- a/docs/cmdline-opts/compressed.d
+++ b/docs/cmdline-opts/compressed.d
@@ -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.