-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Support WebSockets over HTTP/2 (RFC8441) #5565
Comments
As suggested by @francislavoie https://phpc.social/@francislavoie/110492709845091053 (also thanks @icing for the idea) |
According to rfc 8441, websocket over h2 requires Also the method has been changed from |
By the way, |
This actually will partly modify |
Related changes required here upstream. |
Thank you for looking into this, @WeidiDeng 😃 |
See golang/go#53208
@icing is adding support for Apache 😉 |
Lighttpd supports ws over h2 since version 1.4.65. Please check links below: |
Thanks, will try to test it in the upcoming days :) |
https://datatracker.ietf.org/doc/html/rfc8441
The standard is already supported by Firefox and Chrome
Blocked by golang/go#53209
The text was updated successfully, but these errors were encountered: