]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/HYPER.md: mention outstanding issues
authorDaniel Stenberg <daniel@haxx.se>
Sat, 2 Jan 2021 10:42:27 +0000 (11:42 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 2 Jan 2021 10:42:27 +0000 (11:42 +0100)
To make it more obvious to users what doesn't work (yet)

Closes #6389

docs/HYPER.md

index 655d0176c075694b4da437134d5de3a1429053bb..5158f538bda401e33378f59a6b145d0395b64be3 100644 (file)
@@ -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))