You'll notice
Useful3 Signal0
One more kind of dropped connection now retries quietly instead of showing you an error.
What's wrong with this entry?
Anonymous. No account, no email.
What
One more form of GOAWAY-related connection failure is now classified as retryable rather than surfacing as a hard error.
Details
- the http2 error classifier gained a branch for
ERR_HTTP2_SESSION_ERROR - that branch also matches the message against a regex and checks the stack for a goaway frame
- sits alongside the existing stream-rejected-by-goaway detection
Evidence
ERR_HTTP2_SESSION_ERROR
Strings lifted out of the shipped bundle, so the claim above can be checked against them.