The HTTP/2 connection broke a protocol rule and the browser aborted the stream. Usually caused by a server or proxy with a buggy HTTP/2 implementation, or an oversized response header.
The HTTP/2 connection broke a protocol rule and the browser aborted the stream. Usually caused by a server or proxy with a buggy HTTP/2 implementation, or an oversized response header.
HTTP/2 multiplexes streams over one connection and is strict about framing. A violation kills the stream — and sometimes the whole connection — with no HTTP status returned.
An external probe records whether the response completes over the negotiated protocol, and whether the failure is consistent.
Only as a diagnostic. It confirms where the fault is, but HTTP/2 is worth keeping — fix the header sizes or the intermediary instead.