mirror of
https://github.com/curl/curl.git
synced 2026-07-28 13:43:05 +03:00
http3: quiche+ngtcp2 improvements
- quiche: error transfers that try to receive on a closed or draining connection - ngtcp2: use callback for extending max bidi streams. This allows more precise calculation of MAX_CONCURRENT as we only can start a new stream when the server acknowledges the close - not when we locally have closed it. - remove a fprintf() from h2-download client to avoid excess log files on tests timing out. Closes #13475
This commit is contained in:
parent
fb22459dc1
commit
c8e0cd1de8
3 changed files with 63 additions and 23 deletions
|
|
@ -380,7 +380,6 @@ int main(int argc, char *argv[])
|
|||
if(still_running) {
|
||||
/* wait for activity, timeout or "nothing" */
|
||||
mc = curl_multi_poll(multi_handle, NULL, 0, 1000, NULL);
|
||||
fprintf(stderr, "curl_multi_poll() -> %d\n", mc);
|
||||
}
|
||||
|
||||
if(mc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue