Skip to content

Bump h2 to 0.10.4#898

Merged
benoitc merged 1 commit into
masterfrom
chore/bump-h2-0.10.4
Jul 5, 2026
Merged

Bump h2 to 0.10.4#898
benoitc merged 1 commit into
masterfrom
chore/bump-h2-0.10.4

Conversation

@benoitc

@benoitc benoitc commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Bumps the h2 dependency to 0.10.4, which fixes a regression from 0.10.3: a blocking send whose data had fully drained received {error, stream_closed} when the stream closed on its END_STREAM chunk. A waiting sender is now settled as ok once the send buffer has drained, and only gets the close-reason error when data is still outstanding.

NEWS updated with a 4.5.2 entry. No release yet.

Fixes a 0.10.3 regression where a blocking send whose data had fully
drained received {error, stream_closed} on stream close. The waiting
sender is now settled as ok once the send buffer drains.
@benoitc benoitc merged commit 199e3b7 into master Jul 5, 2026
6 checks passed
@benoitc benoitc deleted the chore/bump-h2-0.10.4 branch July 5, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant