Set chrome_value of --gfe2_reloadable_flag_quic_send_path_response2 to true. This value was set to false to unblock code merge, but didn't flip back afterwards.

Update flag description to reflect the actual behavior behind the flag.

PiperOrigin-RevId: 364662827
Change-Id: I554b3506aef3a842333f51dc2d7bfb82813a15db
1 file changed
tree: 93bed3d8be695a9067f51ce7d09343081a163eb9
  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.