Skip to content

Avoid unnecessary RST_STREAM frames in HTTP/2 implementation #433

Closed
@v0idpwn

Description

@v0idpwn

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions