spdy-http2 / node-spdy

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

better RST_Stream codes #163

Closed jonathanong closed 10 years ago

jonathanong commented 10 years ago

seems .destroy() is ALWAYS 3. this is pretty annoying since it doesn't even distinguish between server-side or client-side destroys. would be nice if the other rst streams were used whenever possible or additional methods on each stream to signify different codes, i.e. pushStream.cancel() and pushStream.refuse().

indutny commented 10 years ago

Which exact RST codes are you talking about?

jonathanong commented 10 years ago

nvm reading over the specs again i don't think any of htem are any more appropriate ~_~