An example URI specifying HTTP/QUIC is httpq://www.example.com/~smith/home.html. Origins which serve the same content over HTTP/QUIC and HTTPS SHOULD provide an Alt-Svc header on the HTTPS endpoint declaring that the resource can be obtained over QUIC as well, and SHOULD NOT reference URI...
Caddy had an issue about this, and decided to strip it:Caddy with quic enabled is leaking server ports of backend serverscaddyserver/caddy#1051 Summary: I think this is the wrong default when usingReverseProxyto write web applications (see below). However, it also seems reasonable that the Go...
EXPECT_EQ(NextProto::kProtoQUIC, alternative_service_info_vector[0].protocol()); EXPECT_EQ(443, alternative_service_info_vector[0].alternative_service().port); EXPECT_EQ("www.example.org", alternative_service_info_vector[0].alternative_service().host); ...