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

[Feature] WebSocket over HTTP/2 (h2+h2c) #12352

Open
hyperxpro opened this issue May 2, 2022 · 1 comment
Open

[Feature] WebSocket over HTTP/2 (h2+h2c) #12352

hyperxpro opened this issue May 2, 2022 · 1 comment

Comments

@hyperxpro
Copy link
Contributor

Expected behavior

Currently, WebSockets only work over HTTP/1.1 in Netty, not on HTTP/2.

Actual behavior

We should make WebSocket work with HTTP/2 also.

Netty version

4.1

@KingMob
Copy link

KingMob commented Oct 5, 2023

RFC 8441 is still in "proposed" status in 2023.

It's an interesting idea to support old ws-using clients, and I was contemplating it for Aleph, but how many people want this? HTTP/2 eliminated much of the value of Websockets, and offers better socket utilization via multiplexing, so I suspect 99% of those who would have used have just gone to H2 streaming.

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

No branches or pull requests

2 participants