spdy-http2 / node-spdy

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

Support TLS-less SPDY frames processing #63

Closed christarnowski closed 11 years ago

christarnowski commented 11 years ago

SSL termination is a common technique used in production environments and with HAProxy introducing support for SPDY via NPN, it became desirable for node-spdy to support TLS-less SPDY frames processing.

igrigorik commented 11 years ago

Yup, should be a config flag when you start the server!

indutny commented 11 years ago

Fixed, please test

indutny commented 11 years ago

It's available in spdy@1.3.6

christarnowski commented 11 years ago

@indutny Awesome, thanks!