spdy-http2 / node-spdy

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

Not able to use streams after storing them in an array #290

Closed ghost closed 7 years ago

ghost commented 7 years ago

when i store the streams in an array after generating them using response.push() ,i am not able to send data on them even before calling response.end(). It keeps giving Error: Got RST: PROTOCOL_ERROR. Any idea why it keeps happening?