compressed.d: it's a request, not an order

Clarified

Reported-by: Dan Jacobson
Reviewed-by: Daniel Gustafsson
Fixes #7516
Closes #7517
This commit is contained in:
Daniel Stenberg 2021-07-30 12:33:33 +02:00
parent 8d0c1137c1
commit 94bd01310b
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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.