From: Daniel Stenberg Date: Fri, 25 Feb 2022 10:14:27 +0000 (+0100) Subject: KNOWN_BUGS: remove "HTTP/3 multipart POST with quiche fails" X-Git-Tag: curl-7_82_0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85bc90068d596e98581e8bc56262681ab9399f1;p=thirdparty%2Fcurl.git KNOWN_BUGS: remove "HTTP/3 multipart POST with quiche fails" It works now --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 3ed5d5a137..67cddf23ba 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -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 Uploading HTTP/3 files gets interrupted at certain file sizes - 18.6 HTTP/3 multipart POST with quiche fails 18.8 HTTP/3 does not support client certs 18.9 connection migration does not work @@ -1125,10 +1124,6 @@ problems may have been fixed or changed somewhat since this was written. See https://github.com/curl/curl/issues/6510 -18.6 HTTP/3 multipart POST with quiche fails - - https://github.com/curl/curl/issues/7125 - 18.8 HTTP/3 does not support client certs aka "mutual authentication".