spdy-http2 / node-spdy

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

cannot load some static files in 1.8.1 #91

Closed symplute closed 11 years ago

symplute commented 11 years ago

When I update from 1.8.0 to 1.8.1, not completed loading at firefox and failed(timeout) at chrome. My application link 18 static files served by express3 and lactate, but cannot load some files. 5 files success at firefox, 9 files success at chrome.

kanreisa commented 11 years ago

me too. its similar to this problem. https://github.com/indutny/node-spdy/issues/72

indutny commented 11 years ago

Oh great, I've overlooked stuff in latest PR. Reverted it in spdy@1.8.2, please try and let me know if it works for you!

kanreisa commented 11 years ago

it works!

symplute commented 11 years ago

it works!!

symplute commented 11 years ago

I use it and think that there is not a issue for several days. so close this thread. Thanks.