molnarg / node-http2

An HTTP/2 client and server implementation for node.js
MIT License
1.79k stars 187 forks source link

TypeError :parser.incoming._addHeaderLines is not a function #226

Closed shichihara closed 7 years ago

shichihara commented 7 years ago

Hi, I'm working http2 with express.js on my server. It good to work when I use firefox brower to connect the server, but it can't connect when I use chrome to connect, the server side show the following information : http2problem

And the server closed immediately. What's problem with me? Can someone help me to solved it.

Tools version: express.js : 4.14 node-http2 : 3.3.6 firefox : 50.0 chrome : 54.0.2840.99 m

RohitRane commented 7 years ago

I am getting this issue too. Why is this issued closed without any solution or discussion? Is there no graceful solution to this? Should I switch to SPDY?

ghost commented 6 years ago

I am getting this issue too. What's problem with me? Can someone help me to solved it.