molnarg/node-http2

TypeError :parser.incoming._addHeaderLines is not a function

shichihara opened this issue · 2 comments

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

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?

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