From: Daniel Stenberg Date: Fri, 6 May 2022 07:15:46 +0000 (+0200) Subject: KNOWN_BUGS: configure --with-ca-fallback is not supported by h3 X-Git-Tag: curl-7_83_1~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06fd9736b75064692803fcbdc5d10e7bf6c95f14;p=thirdparty%2Fcurl.git KNOWN_BUGS: configure --with-ca-fallback is not supported by h3 Closes #8696 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index e6478728d7..feee444951 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -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