node-http2
node-http2 copied to clipboard
Send event on RST_STREAM
#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.