mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08:00
parent
038c46f61f
commit
d54d5bfcbf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user