From b9a0804ad1abfb6107f411bc6e256522703b40cf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 11 Apr 2020 23:49:27 +0200 Subject: 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 --- docs/cmdline-opts/compressed.d | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/cmdline-opts/compressed.d b/docs/cmdline-opts/compressed.d index dc130c1f0..3aca92c32 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. -- cgit v1.2.3