The browser tried HTTP/3 over QUIC and the connection failed. Often a network path that mishandles UDP, or a CDN advertising HTTP/3 support it cannot deliver on that route.
The browser tried HTTP/3 over QUIC and the connection failed. Often a network path that mishandles UDP, or a CDN advertising HTTP/3 support it cannot deliver on that route.
QUIC runs over UDP rather than TCP. Networks that filter or rate-limit UDP break it, and because browsers advertise HTTP/3 via Alt-Svc, the failure can appear only after the first successful visit.
An external probe confirms the site responds normally over TCP, isolating the fault to the QUIC path.
Because the browser learns about HTTP/3 from the Alt-Svc header on the first response, then tries QUIC on the next visit.