Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Send an HTTP/2 RST_STREAM frame when an app completes prior to receiving END_STREAM #2756

@halter73

Description

@halter73

This should prevent any stalls on the client caused by not sending stream-level window updates for streams after the app completes.

@Tratcher also suggested starting a timeout when the RST_STREAM frame is sent after which Kestrel would stop tracking the stream. From that point on, the connection would be aborted if any data frames are received for the reset stream.

See #2740

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions