]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: configure --with-ca-fallback is not supported by h3
authorDaniel Stenberg <daniel@haxx.se>
Fri, 6 May 2022 07:15:46 +0000 (09:15 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 May 2022 07:15:46 +0000 (09:15 +0200)
Closes #8696

docs/KNOWN_BUGS

index e6478728d72e92e83897da2f128a826e88a56889..feee44495151ea38f827391c4f348fdd688a8f55 100644 (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