Closed v0idpwn closed 6 months ago
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.
Good catch @v0idpwn. Wanna make a PR to fix this? 🙃
Yeah, will try to send one soon!
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.