mirror of
https://github.com/curl/curl.git
synced 2026-08-06 05:46:13 +03:00
quiche: support ca-fallback
Follow-up to b01f3e679f which added this for ngtcp2/openssl
Removed from KNOWN_BUGS
Fixes #8696
Closes #8830
This commit is contained in:
parent
bcf03dd213
commit
fdb5e21b4d
2 changed files with 23 additions and 20 deletions
|
|
@ -159,7 +159,6 @@ problems may have been fixed or changed somewhat since this was written.
|
|||
18. HTTP/3
|
||||
18.1 If the HTTP/3 server closes connection during upload curl hangs
|
||||
18.2 Transfer closed with n bytes remaining to read
|
||||
18.3 configure --with-ca-fallback is not supported by h3
|
||||
18.4 timeout when reusing a http3 connection
|
||||
18.9 connection migration does not work
|
||||
|
||||
|
|
@ -1126,10 +1125,6 @@ problems may have been fixed or changed somewhat since this was written.
|
|||
|
||||
https://github.com/curl/curl/issues/8523
|
||||
|
||||
18.3 configure --with-ca-fallback is not supported by h3
|
||||
|
||||
https://github.com/curl/curl/issues/8696
|
||||
|
||||
18.4 timeout when reusing a http3 connection
|
||||
|
||||
HTTP/3 with quiche seems to not work and always timeout a subsequent transfer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue