mirror of
https://github.com/curl/curl.git
synced 2026-06-02 02:44:35 +03:00
quiche: fix upload for bigger content-length
Signed-off-by: Jean-Philippe Menil <jpmenil@gmail.com> Closes #8421
This commit is contained in:
parent
4517d8eb6f
commit
145d0803bb
2 changed files with 4 additions and 6 deletions
|
|
@ -161,7 +161,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.4 Downloading with HTTP/3 produces broken files
|
||||
18.6 HTTP/3 multipart POST with quiche fails
|
||||
18.7 HTTP/3 quiche upload large file fails
|
||||
18.8 HTTP/3 does not support client certs
|
||||
18.9 connection migration does not work
|
||||
|
||||
|
|
@ -1135,10 +1134,6 @@ problems may have been fixed or changed somewhat since this was written.
|
|||
|
||||
https://github.com/curl/curl/issues/7125
|
||||
|
||||
18.7 HTTP/3 quiche upload large file fails
|
||||
|
||||
https://github.com/curl/curl/issues/7532
|
||||
|
||||
18.8 HTTP/3 does not support client certs
|
||||
|
||||
aka "mutual authentication".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue