mint icon indicating copy to clipboard operation
mint copied to clipboard

Avoid unnecessary `RST_STREAM` frames in HTTP/2 implementation

Open v0idpwn opened this issue 9 months ago • 2 comments

When a stream is locally closed and a EndStream flag is received, Mint is sending RST_STREAM with NO_ERROR. This is unnecessary as a stream can be deemed closed by both sides at this point, and this frame is just ignored.

v0idpwn avatar Apr 29 '24 14:04 v0idpwn

Good catch @v0idpwn. Wanna make a PR to fix this? 🙃

whatyouhide avatar Apr 29 '24 17:04 whatyouhide

Yeah, will try to send one soon!

v0idpwn avatar Apr 30 '24 00:04 v0idpwn