From: Daniel Stenberg Date: Mon, 16 Aug 2021 08:39:15 +0000 (+0200) Subject: KNOWN_BUGS: HTTP/3 quiche upload large file fails X-Git-Tag: curl-7_79_0~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=859b33868dce74759bd0a59f77e137d5e3655125;p=thirdparty%2Fcurl.git KNOWN_BUGS: HTTP/3 quiche upload large file fails Closes #7532 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 76cc26dd8c..155b5eeef6 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -159,6 +159,7 @@ problems may have been fixed or changed somewhat since this was written! 18.4 Downloading with HTTP/3 produces broken files 18.5 HTTP/3 download with quiche halts after a while 18.6 HTTP/3 multipart POST with quiche fails + 18.7 HTTP/3 quiche upload large file fails ============================================================================== @@ -1117,3 +1118,7 @@ problems may have been fixed or changed somewhat since this was written! 18.6 HTTP/3 multipart POST with quiche fails https://github.com/curl/curl/issues/7125 + +18.7 HTTP/3 quiche upload large file fails + + https://github.com/curl/curl/issues/7532