Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP/2: Fix tunneled streams bugs #344

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Conversation

essen
Copy link
Member

@essen essen commented Jan 2, 2025

  • Tunneled streams can now close the stream.

  • Data received on tunneled streams now result in WINDOW_UPDATE frames being sent if necessary, and flow control is handled.

This was detected as part of writing a new Cowboy test suite for benchmarking Websocket, but should help other uses too.

* Tunneled streams can now close the stream.

* Data received on tunneled streams now result in
  WINDOW_UPDATE frames being sent if necessary,
  and flow control is handled.

This was detected as part of writing a new Cowboy test
suite for benchmarking Websocket, but should help other
uses too.
@essen essen merged commit 23f96b8 into master Jan 13, 2025
36 checks passed
@essen essen deleted the optimise-websocket-bug-fixes branch January 13, 2025 12:17
@essen
Copy link
Member Author

essen commented Jan 13, 2025

Merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant