Skip to content

Release 4.5.1: bump h2 to 0.10.3#897

Merged
benoitc merged 1 commit into
masterfrom
release/4.5.1
Jul 4, 2026
Merged

Release 4.5.1: bump h2 to 0.10.3#897
benoitc merged 1 commit into
masterfrom
release/4.5.1

Conversation

@benoitc

@benoitc benoitc commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Patch release bumping h2 to ~>0.10.3. The new h2 fixes an HTTP/2 upload hang: a sender blocked on flow control is now released with {error, stream_reset} or {error, stream_closed} when the peer cancels the stream, instead of hanging for the connection's lifetime. Version bumped to 4.5.1 and NEWS.md updated.

h2 0.10.3 releases a sender blocked on HTTP/2 flow control with
{error, stream_reset} or {error, stream_closed} when the peer cancels
the stream, instead of hanging for the connection's lifetime.
@benoitc benoitc merged commit 86993e0 into master Jul 4, 2026
11 of 12 checks passed
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