envoyproxy/envoy
Ver no GitHubquic: do not hard code "h3" APLN in EnvoyQuicProofSource
Open
#18.935 aberto em 8 de nov. de 2021
area/quichelp wantedno stalebot
Métricas do repositório
- Stars
- (27.997 stars)
- Métricas de merge de PR
- (Mesclagem média 8d) (378 fundiu PRs em 30d)
Description
QUICHE interfaces in quic::ProofSource doesn't pass around ALPN negotiated by BoringSsl, but Envoy filter chain retrieval uses ALPN as part of the query. Right now, we hard-code h3 as the ALPN when we construct a ConnectionSocket for server session, but we should make the negotiated APLN available from QUICHE, and use it in Envoy glue code.