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
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.