Closed beenanner closed 7 years ago
so I guess ALPN worked in 4.4.4 but that was just luck then, I've missed that is 5 only when I added it to the project.
Since this is purely a test issue I'd say we just disable these tests on node 4. It's only 4 months until node 6 will be the LTS version, so I don't think it's worth spending too much time on.
sounds good.
Time heals all wounds. Or at least makes issues irrelevant once in a while.
With Chrome 51 h2 no longer works with NPN causing one of the tests to fail due to needing ALPN which is only supported in node.js >= 5.0 while using the http2 module for running tests.