summaryrefslogtreecommitdiff
path: root/docs/HYPER.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-10-22 08:44:14 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-10-22 12:54:08 +0200
commit1732502cb0bd255fb65ae351f61888d8f4f04ed6 (patch)
tree3e51b68d50e3adba64eb12665c9252e6f0fd3f36 /docs/HYPER.md
parentf852f908a9dd4170371490567ad77d44a9d5d752 (diff)
downloadcurl-1732502cb0bd255fb65ae351f61888d8f4f04ed6.tar.gz
hyper: does not support disabling CURLOPT_HTTP_TRANSFER_DECODING
Simply because hyper doesn't have this ability. Mentioned in docs now. Skip test 326 then Closes #7889
Diffstat (limited to 'docs/HYPER.md')
-rw-r--r--docs/HYPER.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/HYPER.md b/docs/HYPER.md
index da6c66337..4dd3c74c4 100644
--- a/docs/HYPER.md
+++ b/docs/HYPER.md
@@ -49,6 +49,7 @@ over the wire with Hyper.
The hyper backend doesn't support
- `CURLOPT_IGNORE_CONTENT_LENGTH`
+- `--raw` and disabling `CURLOPT_HTTP_TRANSFER_DECODING`
- RTSP
## Remaining issues