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_backend_config_memory_stats
If true, BackendGroupsDistributor measures and exports backend group config memory stats as a Varz/Streamz metric. This may slow down backend update duration.

gfe2_restart_flag_umbrella_cleanup
If true, use the new umbrella service name format when reporting self load to DoS (used in CFEs only).

PiperOrigin-RevId: 373422122
1 file changed
tree: 53012e3cb31e2c22d1098be04bc3527ac0a78ffe
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.