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

Is ALPN supported with this module on io.js? #126

Closed
domenic opened this issue Jul 2, 2015 · 4 comments
Closed

Is ALPN supported with this module on io.js? #126

domenic opened this issue Jul 2, 2015 · 4 comments

Comments

@domenic
Copy link

domenic commented Jul 2, 2015

The necessary changes are in, but does http2 need to do anything extra to support it? The readme is unclear.

@nwgh
Copy link
Collaborator

nwgh commented Aug 13, 2015

I just ran a quick test, and though I don't know what, it does appear that there is something else that is required to use ALPN on io.js. This will take some investigation.

@stevenvachon
Copy link

Added to Node.js v5: nodejs/node#2564

@mikeal
Copy link

mikeal commented Nov 2, 2015

This should be re-named, and hopefully prioritized now that Node.js v5 has ALPN :)

@nwgh
Copy link
Collaborator

nwgh commented Jan 8, 2016

Did yet another quick test with node 5.3.0, and ALPN is negotiated just fine between Firefox (which sends both ALPN and NPN) and node-http2.

@nwgh nwgh closed this as completed Jan 8, 2016
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

4 participants