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
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
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.
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