commit | f2be56a02109b14788c327dfa54e04129a04b2e6 | [log] [tgz] |
---|---|---|
author | danzh <danzh@google.com> | Wed Jun 12 09:19:33 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 12 10:05:31 2019 -0700 |
tree | 3a40464a6d2191378d1a162d72a31fcb3248e674 | |
parent | 4ca3d67cd8064777b7de899ae6e63ef3488de719 [diff] |
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.