Skip to content

Bump quic to 1.7.0#899

Merged
benoitc merged 1 commit into
masterfrom
chore/bump-quic-1.7.0
Jul 5, 2026
Merged

Bump quic to 1.7.0#899
benoitc merged 1 commit into
masterfrom
chore/bump-quic-1.7.0

Conversation

@benoitc

@benoitc benoitc commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Bumps the quic dependency to 1.7.0. Client-relevant changes for hackney's HTTP/3 path:

  • Flow-control window now slides forward with received bytes instead of stalling after 8 MiB, so large HTTP/3 downloads keep flowing.
  • Idle timer restarts on received activity (RFC 9000 §10.1).
  • Invalid peer SETTINGS frames close the connection cleanly instead of crashing.
  • Client recognizes a server stateless reset (RFC 9000 §10.3) and closes promptly instead of waiting for the idle timeout.

Folded into the pending 4.5.2 NEWS entry. No release yet.

HTTP/3 client fixes: flow-control window now slides forward with
received bytes instead of stalling after 8 MiB; idle timer restarts on
received activity; invalid peer SETTINGS closes cleanly; client honors
server stateless reset (RFC 9000 §10.3).
@benoitc benoitc merged commit 9139c25 into master Jul 5, 2026
6 checks passed
@benoitc benoitc deleted the chore/bump-quic-1.7.0 branch July 5, 2026 23:38
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