fix: limit the amount of pending-accept reset streams by seanmonstar · Pull Request #668 · hyperium/h2

Streams that have been received by the peer, but not accepted by the user, can also receive a RST_STREAM. This is a legitimate pattern: one could send a request and then shortly after, realize it i...