-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Bootstrapping WebSockets with HTTP/2 #3537
Comments
lachlan-roberts
added a commit
to lachlan-roberts/jetty.project
that referenced
this issue
May 3, 2019
…r http2 Signed-off-by: lachan-roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
to lachlan-roberts/jetty.project
that referenced
this issue
May 3, 2019
Signed-off-by: lachan-roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
to lachlan-roberts/jetty.project
that referenced
this issue
May 6, 2019
…r http2 Signed-off-by: lachan-roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
to lachlan-roberts/jetty.project
that referenced
this issue
May 6, 2019
Signed-off-by: lachan-roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
to lachlan-roberts/jetty.project
that referenced
this issue
May 6, 2019
Signed-off-by: lachan-roberts <lachlan@webtide.com>
sbordet
added a commit
that referenced
this issue
Jun 5, 2019
Initial draft for the implementation of RFC 8441. Works and passes a single test, but more work is needed to polish the implementation and cover error cases. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Jul 9, 2019
Second draft pass the implementation. Rewired the HTTP/1.1 mechanism to the new APIs. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Jul 9, 2019
Third draft pass the implementation. Full build passing. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Aug 14, 2019
Implemented upgrade logic for WebSocket over HTTP/2. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Nov 28, 2019
…socket_http2 Issue #3537 - Bootstrap websocket on HTTP/2
Tested successfully with Firefox 70. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
implement RFC8441 to allow WebSockets with HTTP/2
The text was updated successfully, but these errors were encountered: