From b52405acaab559ef4babdd680422c184cebf6a5f 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 Bug: https://github.com/curl/curl/issues/5182#issuecomment-611638008 --- docs/cmdline-opts/compressed.d | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/cmdline-opts/compressed.d b/docs/cmdline-opts/compressed.d index dc130c1f0..463e90250 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. +save the uncompressed document. Headers are not modified. + +If this option is used and the server sends an unsupported encoding, curl will +report an error. -- cgit v1.2.1