docs/HYPER: remove some remaining issues, add HTTP/0.9 limitation

This commit is contained in:
Daniel Stenberg 2021-10-26 17:26:21 +02:00
parent a949f90bca
commit 79104e4690
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -52,6 +52,7 @@ The hyper backend doesn't support
- `--raw` and disabling `CURLOPT_HTTP_TRANSFER_DECODING`
- RTSP
- hyper is much stricter about what HTTP header contents it allow in requests
- HTTP/0.9
## Remaining issues
@ -61,11 +62,6 @@ 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
- DoH ([#6389](https://github.com/curl/curl/issues/6389))