summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-07-30 12:33:33 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-07-30 12:59:33 +0200
commit94bd01310b4a55b8d9cf0821fed4eb70a7e7aca4 (patch)
treed4f7160781a7fe56eb7b2067b6cb61987f3b877a
parent8d0c1137c1a80ae80cd98829efdb407696a56b9f (diff)
downloadcurl-94bd01310b4a55b8d9cf0821fed4eb70a7e7aca4.tar.gz
compressed.d: it's a request, not an order
Clarified Reported-by: Dan Jacobson Reviewed-by: Daniel Gustafsson Fixes #7516 Closes #7517
-rw-r--r--docs/cmdline-opts/compressed.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cmdline-opts/compressed.d b/docs/cmdline-opts/compressed.d
index 26bc1514a..dedd0e9e2 100644
--- a/docs/cmdline-opts/compressed.d
+++ b/docs/cmdline-opts/compressed.d
@@ -7,4 +7,5 @@ Request a compressed response using one of the algorithms curl supports, and
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.
+report an error. This is a request, not an order; the server may or may not
+deliver data compressed.