gfe-relnote: n/a(code cleanup) Replace direct usage of FLAGS_some_flag_name in
quiche.

Add presubmit check to enforce it. The presubmit check works for most of the case except that it gives false alarm when FLAGS_some_flag_name starts a new line. This is hard to exclude given that the regex can only be applied to one line.

PiperOrigin-RevId: 252837335
Change-Id: I6da2e6122f303a38775e9a5f5052d5204d9bf2fe
8 files changed
tree: 3a40464a6d2191378d1a162d72a31fcb3248e674
  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.

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.