18. HTTP/3
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.4 Downloading with HTTP/3 produces broken files
18.6 HTTP/3 multipart POST with quiche fails
18.8 HTTP/3 does not support client certs
18.9 connection migration does not work
See https://github.com/curl/curl/issues/6510
-18.4 Downloading with HTTP/3 produces broken files
-
- See https://github.com/curl/curl/issues/7351
-
18.6 HTTP/3 multipart POST with quiche fails
https://github.com/curl/curl/issues/7125
if(ncopy != overlen)
/* make the buffer only keep the tail */
(void)Curl_dyn_tail(&stream->overflow, overlen - ncopy);
+ else
+ Curl_dyn_reset(&stream->overflow);
}
return ncopy;
}