spdy-http2 / node-spdy

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

Emit `pending` events on parser #209

Closed indutny closed 9 years ago

indutny commented 9 years ago

With big window sizes come big responsibilities. The parser should emit events on pending chunks of big frames, to prevent streams from timing out.

indutny commented 9 years ago

Fixed.