1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-10 21:48:10 -05:00

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
This commit is contained in:
Daniel Stenberg 2020-04-11 23:49:27 +02:00
parent dd0365d560
commit b9a0804ad1
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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