summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-01-02 11:42:27 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-02 11:42:27 +0100
commit9e4b7aa7698cb081171dff7ca8d118486c1908eb (patch)
treedbb5288e20beecae2d47daa22ee74cd8ffbc7846
parent275c28e6502e1ded6c62b5bf22a409de16b4a04e (diff)
downloadcurl-9e4b7aa7698cb081171dff7ca8d118486c1908eb.tar.gz
docs/HYPER.md: mention outstanding issues
To make it more obvious to users what doesn't work (yet) Closes #6389
-rw-r--r--docs/HYPER.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/HYPER.md b/docs/HYPER.md
index 655d0176c..5158f538b 100644
--- a/docs/HYPER.md
+++ b/docs/HYPER.md
@@ -45,3 +45,21 @@ on specific input and output headers are done the same way in curl code.
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.
+
+## Remaining issues
+
+This backend is still not feature complete with the native backend. Areas that
+still need attention and verification include:
+
+- multiplexed HTTP/2
+- h2 Upgrade:
+- pausing transfers
+- co-exist with a HTTP/3 build
+- receiving HTTP/1 trailers
+- sending HTTP/1 trailers
+- accept-encoding
+- transfer encoding
+- alt-svc
+- hsts
+- CONNECT
+- DoH ([#6389](https://github.com/curl/curl/issues/6389))