From: Daniel Stenberg Date: Sat, 11 Apr 2020 21:49:27 +0000 (+0200) Subject: compressed.d: stress that the headers are not modified X-Git-Tag: curl-7_70_0~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9a0804ad1abfb6107f411bc6e256522703b40cf;p=thirdparty%2Fcurl.git 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 --- diff --git a/docs/cmdline-opts/compressed.d b/docs/cmdline-opts/compressed.d index dc130c1f02..3aca92c328 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.