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 00:32:27 +0200
commitb52405acaab559ef4babdd680422c184cebf6a5f (patch)
tree6a317d31e0b869691d98b6c12814039eaa1efe7b
parent6d13ef532598e4fc54dbf03c1373b0a3c4c597f5 (diff)
downloadcurl-bagder/compressed-docs.tar.gz
compressed.d: stress that the headers are not modifiedbagder/compressed-docs
Suggested-by: Michael Osipov Bug: https://github.com/curl/curl/issues/5182#issuecomment-611638008
-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..463e90250 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.
+save the uncompressed document. Headers are not modified.
+
+If this option is used and the server sends an unsupported encoding, curl will
+report an error.