Skip to content

fix(engine): fix additional instances of writing/reading on a closed conn - #20982

Merged
rfratto merged 1 commit into
mainfrom
http2-close-errors
Feb 26, 2026
Merged

fix(engine): fix additional instances of writing/reading on a closed conn#20982
rfratto merged 1 commit into
mainfrom
http2-close-errors

Conversation

@rfratto

@rfratto rfratto commented Feb 26, 2026

Copy link
Copy Markdown
Member

There were a few more remaining instances where peers could attempt to read or write over a closed connection. In the case of a server doing this, it resulted in a panic. Other cases were generally handled ungracefully as it didn't return the expected error type.

…connection

There were a few more remaining instances where peers could attempt to
read or write over a closed connection. In the case of a server doing
this, it resulted in a panic. Other cases were generally handled
ungracefully as it didn't return the expected error type.
@rfratto
rfratto requested a review from a team as a code owner February 26, 2026 15:21
@rfratto
rfratto merged commit 1f7cacf into main Feb 26, 2026
92 checks passed
@rfratto
rfratto deleted the http2-close-errors branch February 26, 2026 15:33
ivkalita added a commit that referenced this pull request Feb 26, 2026
A followup on #20982 to handle more http2 errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2 participants