You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2023. It is now read-only.
fix: reset stream when over inbound stream limit (#193)
Instead of creating a stream or throwing an error, discard any NEW_STREAM messages that put us over the inbound stream limit and send a message to the initiator resetting that stream.
expect(messages).to.have.nested.property('[0][0].id',11,'Did not specify the correct stream id')
80
+
expect(messages).to.have.nested.property('[0][0].type',MessageTypes.RESET_RECEIVER,'Did not reset the stream that tipped us over the inbound stream limit')
69
81
})
70
82
71
83
it('should reset a stream that fills the message buffer',async()=>{
0 commit comments