]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
compressed.d: it's a request, not an order
authorDaniel Stenberg <daniel@haxx.se>
Fri, 30 Jul 2021 10:33:33 +0000 (12:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 30 Jul 2021 10:59:33 +0000 (12:59 +0200)
Clarified

Reported-by: Dan Jacobson
Reviewed-by: Daniel Gustafsson
Fixes #7516
Closes #7517

docs/cmdline-opts/compressed.d

index 26bc1514a55ee919b4451905f802bf9d32ddb243..dedd0e9e2de669381eb4fa9d6828d772e7247175 100644 (file)
@@ -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.