spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

H2 Problem with new Chrome #275

Closed partyconfetti closed 8 years ago

partyconfetti commented 8 years ago

I just updated Chrome and my sites not loading with H2 (requests are cancelling by browser). SPDY 3.1 looks fine. Chrome Version 54.0.2840.27 beta

atakangktepe commented 8 years ago

+1

apapirovski commented 8 years ago

Just do "npm install spdy" again. There are new versions of indutny/spdy-transport & indutny/hpack.js that deal with this. See https://github.com/indutny/spdy-transport/issues/29

That said, maybe this is a big enough deal that a new version of node-spdy should be released with the dependency version bumped? I realize it's technically not necessary but this will leave a lot of sites stranded once that version of Chrome actually goes public.

partyconfetti commented 8 years ago

It works! Thanks bro 🎉 I think we must see new updates for modules we are using like app stores. Hope other sites using node-spdy update soon

indutny commented 8 years ago

Pushed out spdy@3.4.2 with updated spdy-transport dependency.

Thanks everyone!