spdy-http2 / node-spdy

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

Concurrent streams limit #32

Closed indutny closed 12 years ago

indutny commented 12 years ago

node-spdy should follow google's implementation conventions and send RST_STREAM after exceeding concurrent streams limit given in SETTINGS frame. That should be configurable in .createServer's options