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

Ensure websocket compression is enabled when server is configured with HttpProtocol.H2C and HttpProtocol.HTTP1.1 #3037

Merged
merged 2 commits into from
Jan 23, 2024

Conversation

violetagg
Copy link
Member

Websocket compression handler has to be located after the HTTP codec.

Fixes #3036

…h HttpProtocol.H2C and HttpProtocol.HTTP1.1

Websocket compression handler has to be located after the HTTP codec.

Fixes #3036
@violetagg
Copy link
Member Author

@pderop Thanks for the review!

@violetagg violetagg merged commit 245aa54 into 1.0.x Jan 23, 2024
9 checks passed
@violetagg violetagg deleted the issue-3036 branch January 23, 2024 16:42
violetagg added a commit that referenced this pull request Jan 23, 2024
violetagg added a commit that referenced this pull request Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to configure Websocket compression when both HttpProtocol.H2C and HttpProtocol.HTTP1.1 are configured
2 participants