KNOWN_BUGS: hyper is slow

Closes #11203
This commit is contained in:
Daniel Stenberg 2023-07-31 08:45:33 +02:00
parent 038c46f61f
commit d54d5bfcbf
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -13,6 +13,7 @@ problems may have been fixed or changed somewhat since this was written.
1. HTTP
1.1 hyper memory-leaks
1.2 hyper is slow
1.5 Expect-100 meets 417
2. TLS
@ -116,6 +117,12 @@ problems may have been fixed or changed somewhat since this was written.
https://github.com/curl/curl/issues/10803
1.2 hyper is slow
When curl is built to use hyper for HTTP, it is unnecessary slow.
https://github.com/curl/curl/issues/11203
1.5 Expect-100 meets 417
If an upload using Expect: 100-continue receives an HTTP 417 response, it