igrigorik/node-spdyproxy

chrome 34's SpdyStream::HALF_CLOSED_REMOTE state causes some sites to fail to load

Opened this issue · 2 comments

Specifically, login.microsoftonline.com only partly loads when using chrome 34 through node-spdyproxy. I was able to determine that it was this chromium change that introduced the issue, but I'm not familiar enough with SPDY yet to figure out what the actual problem is.

I tried updating node-spdyproxy to the lastest version of node-spdy but wasn't able to get that working (the handleRequest logging was broken, and after removing that I started getting SSL protocol errors in the browser).

I tried using a different spdy proxy spdylay and that worked fine, so I'm thinking the issue is in node-spdyproxy or node-spdy.

I'll try to debug it further but if anyone has any other suggestions that would be helpful, thanks!

Jeremy, do you still see this issue with the latest? (now based off node-spdy 1.26)

Sorry for the very delayed response. I recently tested it based off node-spdy 1.28.1 with chromium 37.0.2062.120 and still see the issue.