KNOWN_BUGS: remove "HTTP/3 download with quiche halts after a while"

Follow-up to 96f85a0fef
This commit is contained in:
Daniel Stenberg 2022-02-16 13:35:18 +01:00
parent 2f1fb6c1cc
commit ae20b5d60e
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -162,7 +162,6 @@ problems may have been fixed or changed somewhat since this was written.
18.2 Uploading HTTP/3 files gets interrupted at certain file sizes 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.3 HTTP/3 download is 5x times slower than HTTP/2
18.4 Downloading with HTTP/3 produces broken files 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.6 HTTP/3 multipart POST with quiche fails
18.7 HTTP/3 quiche upload large file fails 18.7 HTTP/3 quiche upload large file fails
18.8 HTTP/3 does not support client certs 18.8 HTTP/3 does not support client certs
@ -1152,10 +1151,6 @@ problems may have been fixed or changed somewhat since this was written.
See https://github.com/curl/curl/issues/7351 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 18.6 HTTP/3 multipart POST with quiche fails
https://github.com/curl/curl/issues/7125 https://github.com/curl/curl/issues/7125