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

[Todo] http: add support for extended connect protocol #22959

Closed
jasnell opened this issue Sep 19, 2018 · 2 comments
Closed

[Todo] http: add support for extended connect protocol #22959

jasnell opened this issue Sep 19, 2018 · 2 comments
Labels
http2 Issues or PRs related to the http2 subsystem.

Comments

@jasnell
Copy link
Member

jasnell commented Sep 19, 2018

Now that RFC 8441 has been published detailing how to bootstrap Web Sockets support over HTTP/2, it will be necessary to enable support for the "Extended CONNECT protocol" as defined in the spec. This cannot be done in a third party module and has to be implemented directly by Node.js (and possibly nghttp2). I will be investigating this implementation soon but I wanted to leave a tracking issue to make folks aware.

/cc @nodejs/http2

@jasnell jasnell added the http2 Issues or PRs related to the http2 subsystem. label Sep 19, 2018
@jasnell
Copy link
Member Author

jasnell commented Sep 19, 2018

This will definitely require support in nghttp2 to land first: nghttp2/nghttp2#1181 (comment)

@jasnell
Copy link
Member Author

jasnell commented Oct 25, 2018

This happened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
http2 Issues or PRs related to the http2 subsystem.
Projects
None yet
Development

No branches or pull requests

1 participant