Skip to content

h3, quiche+ngtcp2 improvements - #13475

Closed
icing wants to merge 2 commits into
curl:masterfrom
icing:h3-max-bidi-handling
Closed

h3, quiche+ngtcp2 improvements#13475
icing wants to merge 2 commits into
curl:masterfrom
icing:h3-max-bidi-handling

Conversation

@icing

@icing icing commented Apr 25, 2024

Copy link
Copy Markdown
Contributor
  • 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. h3, 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.
h3, quiche+ngtcp2 improvements
@github-actions github-actions Bot added the tests label Apr 25, 2024
Comment thread lib/vquic/curl_ngtcp2.c Outdated
@bagder bagder closed this in c8e0cd1 Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants