Skip to content

Bump quic to 1.7.1 - #913

Merged
benoitc merged 1 commit into
masterfrom
bump/quic-1.7.1
Jul 17, 2026
Merged

Bump quic to 1.7.1#913
benoitc merged 1 commit into
masterfrom
bump/quic-1.7.1

Conversation

@benoitc

@benoitc benoitc commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Picks up the quic 1.7.1 fix: a clean QUIC connection close (idle pooled HTTP/3 connections, orderly shutdown) no longer stops quic_h3_connection with the abnormal quic_closed reason, so no more ERROR/CRASH reports on teardown and no abnormal exit propagated to the connection owner.

Verified here: 10 consecutive runs of the h3/wt suites with zero failures and zero group cancellations (previously ~1/8 cancelled), a wt run emits no crash reports (previously several per run), and a live HTTP/3 request followed by an idle close stays silent.

A clean QUIC connection close no longer emits ERROR and CRASH reports
from quic_h3_connection nor propagates an abnormal exit to the owner.
Removes the teardown noise on idle pooled HTTP/3 connections and the
intermittent eunit group cancellation in the h3/wt suites.
@benoitc
benoitc merged commit ed264d5 into master Jul 17, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant