You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the h2 retry tests in CI and cover non-retryable reset codes
The new test file was not listed in test/runtests.jl, so CI never executed it
(codecov flagged the fix lines as uncovered). Also cover the codes without an
unprocessed guarantee: a CANCEL reset surfaces H2StreamResetError on first
occurrence without retry, and showerror names the RFC 9113 section 7 codes
(REFUSED_STREAM, ENHANCE_YOUR_CALM, hex fallback for unknown codes).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments