envoyproxy/envoy

alt-svc for Envoy

Open

#15,953 opened on Apr 13, 2021

View on GitHub
 (15 comments) (2 reactions) (0 assignees)C++ (5,373 forks)batch import
area/quichelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

We can do basic alt-svc for Envoy using the route response_headers_to_add but it'd be nice to be able to do alt-svc on a per listener basis rather than a route at a time, and to allow pooling across domains (alt-authority)

Given this is pretty core to using QUIC, I think it's worth putting directly in the HCM

Contributor guide