spdy-http2 / node-spdy

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

Plain http/1.1 fallback without ssl bug test case #288

Closed JeffreyAngell closed 5 years ago

JeffreyAngell commented 7 years ago

I think this is a bug with this library on node 0.10.

When using plain: true, ssl: false, and connecting with a client over http/1.1, the server should allow the connection and respond correctly.

This appears to work for node >= 0.12, but not for 0.10. Instead, 0.10 hangs and never responds.

JeffreyAngell commented 5 years ago

0.10 is dead.