node-http2 icon indicating copy to clipboard operation
node-http2 copied to clipboard

Send event on RST_STREAM

Open nwgh opened this issue 9 years ago • 0 comments

#149 noted that we don't respect SETTINGS_MAX_CONCURRENT_STREAMS, and furthermore that we don't notify the caller when we receive a RST_STREAM because we failed to respect it! We should emit an event when we receive a RST_STREAM for any reason, so the caller can handle it appropriately.

nwgh avatar Jan 08 '16 22:01 nwgh