Bump quic to 1.7.1#913
Merged
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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_connectionwith the abnormalquic_closedreason, 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.