summaryrefslogtreecommitdiff
path: root/docs/HYPER.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-06-03 17:56:36 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-03 23:11:11 +0200
commit628ebd82b9af893fccb7a3c065c7033b7dfa1096 (patch)
tree8db3c0e99b8cc6b935ab66879072e59e8ce7e944 /docs/HYPER.md
parentb193fd3bbdf16afb9023810e258320390e8d01e0 (diff)
downloadcurl-628ebd82b9af893fccb7a3c065c7033b7dfa1096.tar.gz
test269: disable for hyper
--ignore-content-length / CURLOPT_IGNORE_CONTENT_LENGTH doesn't work with hyper. Closes #7184
Diffstat (limited to 'docs/HYPER.md')
-rw-r--r--docs/HYPER.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/HYPER.md b/docs/HYPER.md
index b1a6d0cbb..da6c66337 100644
--- a/docs/HYPER.md
+++ b/docs/HYPER.md
@@ -44,6 +44,13 @@ The API in Hyper delivers received HTTP headers as (cleaned up) name=value
pairs, making it impossible for curl to know the exact byte representation
over the wire with Hyper.
+## Limitations
+
+The hyper backend doesn't support
+
+- `CURLOPT_IGNORE_CONTENT_LENGTH`
+- RTSP
+
## Remaining issues
This backend is still not feature complete with the native backend. Areas that