Remove FLAGS_quic_ string from a comment.

Presumbit rule added to quic/METADATA at cl/253074929 prevents me from making
any changes to quic_stream.h because the string "FLAGS_quic_" appears in a
comment.  This CL changes that to a syntax that matches a dozen other comments
in quic/core, see
cs/f://depot/google3/third_party/quic/%20%22latched%20value%20of%22

gfe-relnote: n/a, comment-only change.
PiperOrigin-RevId: 253765056
Change-Id: Ie6ef7fba3da56fddcf06d49870304d4914d28b6d
1 file changed
tree: a2765b28abb34856d5ef439a8c1cec92a2e01e32
  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.