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

Built-in support for HTTP 2.0 in node.js core #4930

Closed
h2non opened this issue Jan 28, 2016 · 2 comments
Closed

Built-in support for HTTP 2.0 in node.js core #4930

h2non opened this issue Jan 28, 2016 · 2 comments
Labels
http Issues or PRs related to the http subsystem. question Issues that look for answers.

Comments

@h2non
Copy link

h2non commented Jan 28, 2016

There're plans to support the RFC specification for HTTP 2.0 as part of the node.js core?
There's some roadmap in mind? In that case, where it can be found?
Would be the existent HTTP parser extensible enough to support and converge with both protocol versions?

@tflanagan
Copy link
Contributor

Take a look at,

#4
nodejs/NG#8

@mscdex mscdex added question Issues that look for answers. http Issues or PRs related to the http subsystem. labels Jan 28, 2016
@jasnell
Copy link
Member

jasnell commented Jan 28, 2016

The differences between HTTP/1.1 and 2.0 are significant enough that the existing http-parser and http module in core are not sufficient or extensible enough to support both. I'd love to get http/2 into core. Given that there's an existing conversation ongoing in nodejs/NG, as @tflanagan references, that's the right place to have the discussion. I'm definitely hoping a concrete proposal emerges from that soon!

@jasnell jasnell closed this as completed Jan 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
http Issues or PRs related to the http subsystem. question Issues that look for answers.
Projects
None yet
Development

No branches or pull requests

4 participants