Change the QuicTransport code to use client indication mechanism instead of allowed origin list. See https://github.com/vasilvv/webtransport/pull/1 for the description, and https://github.com/WICG/web-transport/issues/60 for rationale. gfe-relnote: n/a (code not in production) PiperOrigin-RevId: 272967561 Change-Id: I45770d67614270f3388ffb8b23576182b703cae9
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.