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

Fix outstanding bug when initiating ws channel with an existing H11/H2 connection #266

Merged
merged 2 commits into from
May 23, 2024

Conversation

haga-rak
Copy link
Owner

Previously, PoolBuilder tries to pick up an existing connection when receiving a websocket upgrade from the client.
This leads to a protocol violation mostly when the existing connection is an H2.
This update fix this issue. raised by #265

@haga-rak haga-rak added the bug Something isn't working label May 23, 2024
@haga-rak haga-rak linked an issue May 23, 2024 that may be closed by this pull request
@haga-rak haga-rak merged commit 18fadd3 into main May 23, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebSockets sometimes (most of the time) don't work
1 participant