KNOWN_BUGS: configure --with-ca-fallback is not supported by h3

Closes #8696
This commit is contained in:
Daniel Stenberg 2022-05-06 09:15:46 +02:00
parent a04f0b9613
commit 06fd9736b7
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -158,6 +158,7 @@ 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.3 configure --with-ca-fallback is not supported by h3
18.2 Transfer closed with n bytes remaining to read
18.9 connection migration does not work
@ -1124,6 +1125,10 @@ 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.9 connection migration does not work
https://github.com/curl/curl/issues/7695