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
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.