Replace --gfe_reloadable_flag_quic_send_path_response with v2 flag and
unblock --gfe_reloadable_flag_quic_pass_path_response_to_validator.

Turn on gfe_reloadable_flag_quic_send_path_response in chromium.

Add FLAG_COUNT for gfe_reloadable_flag_quic_pass_path_response_to_validator. No behavior change.

PiperOrigin-RevId: 361878345
Change-Id: I7ddfea964cf1b5f2b2e38847dbb1058883ce2610
4 files changed
tree: 8a6e947251be54d787f7e5234af97b5ce926bf10
  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.