summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-07-28 17:22:27 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-07-28 17:22:27 +0200
commitceedf7faf47b99f003310caa527f826648155c3e (patch)
tree8284f07d0f8dc16f05d1042ad6992a7e06245eb5
parent3970e68daee8ef8e27c1bf626ee9eb0f191a3569 (diff)
downloadcurl-ceedf7faf47b99f003310caa527f826648155c3e.tar.gz
KNOWN_BUGS: add more HTTP/3 problems
Closes #7351 Closes #7339 Closes #7125
-rw-r--r--docs/KNOWN_BUGS15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index eb31f70a4..db03bc071 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -155,6 +155,9 @@ problems may have been fixed or changed somewhat since this was written!
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.3 HTTP/3 download is 5x times slower than HTTP/2
+ 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
==============================================================================
@@ -1084,3 +1087,15 @@ problems may have been fixed or changed somewhat since this was written!
18.3 HTTP/3 download is 5x times slower than HTTP/2
See https://github.com/curl/curl/issues/6494
+
+18.4 Downloading with HTTP/3 produces broken files
+
+ See https://github.com/curl/curl/issues/7351
+
+18.5 HTTP/3 download with quiche halts after a while
+
+ See https://github.com/curl/curl/issues/7339
+
+18.6 HTTP/3 multipart POST with quiche fails
+
+ https://github.com/curl/curl/issues/7125