]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: HTTP/3 quiche upload large file fails
authorDaniel Stenberg <daniel@haxx.se>
Mon, 16 Aug 2021 08:39:15 +0000 (10:39 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 16 Aug 2021 08:41:06 +0000 (10:41 +0200)
Closes #7532

docs/KNOWN_BUGS

index 76cc26dd8c7ab5f0a30200b59701e7cee281eecf..155b5eeef65aaa50a669b4ee0e964e6c191811db 100644 (file)
@@ -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