envoyproxy/envoy

QUIC upstream in health checks

Open

#9,513 opened on Dec 27, 2019

View on GitHub
 (3 comments) (0 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

Right now it is possible to set codec types to HTTP3 in HTTP health checks. Support for QUIC upstream is not enabled in production code, so this blocks users and fuzzers that generate configs with this option. Either

https://github.com/envoyproxy/envoy/pull/9486

Contributor guide