diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-08-16 10:39:15 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-08-16 10:41:06 +0200 |
commit | 859b33868dce74759bd0a59f77e137d5e3655125 (patch) | |
tree | b2223aa4a12d658456b5ee3691e0a3f59cdc87e3 /docs/KNOWN_BUGS | |
parent | b8139e43ce8cd6f5ee5c000b5d3f593ce03774ac (diff) | |
download | curl-859b33868dce74759bd0a59f77e137d5e3655125.tar.gz |
KNOWN_BUGS: HTTP/3 quiche upload large file fails
Closes #7532
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 76cc26dd8..155b5eeef 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 |