From 859b33868dce74759bd0a59f77e137d5e3655125 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Aug 2021 10:39:15 +0200 Subject: [PATCH] KNOWN_BUGS: HTTP/3 quiche upload large file fails Closes #7532 --- docs/KNOWN_BUGS | 5 +++++ 1 file changed, 5 insertions(+) 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