Flip restart flags for staging and gfe-dev-co production locations.

Also changes the default value in tests that do not specify values for these flags.

gfe2_restart_flag_stop_redundant_per_backend_group_varz
Stop exporting Varz for the per-backend_group metrics that are already in BucketStats.

PiperOrigin-RevId: 446461515
5 files changed
tree: f01bea3e737cdef330825b90ffc68bc39d52fa1b
  1. quiche/
  2. CONTRIBUTING.md
  3. LICENSE
  4. README.md
README.md

QUICHE

QUICHE stands for QUIC, Http, Etc. It is Google‘s production-ready implementation of QUIC, HTTP/2, HTTP/3, and related protocols and tools. It powers Google’s servers, Chromium, Envoy, and other projects. It is actively developed and maintained.

There are two public QUICHE repositories. Either one may be used by embedders, as they are automatically kept in sync:

To embed QUICHE in your project, platform APIs need to be implemented and build files need to be created. Note that it is on the QUICHE team's roadmap to include default implementation for all platform APIs and to open-source build files. In the meanwhile, take a look at open source embedders like Chromium and Envoy to get started:

To contribute to QUICHE, follow instructions at CONTRIBUTING.md.

QUICHE is only supported on little-endian platforms.