gfe-relnote: Change a string to a char[16] to avoid using data() in string, which is sometimes const.  Fixes a Chrome merge failure of cr/305944808.  Protected by existing flags gfe2_reloadable_flag_quic_enable_version_draft_25_v3 and gfe2_reloadable_flag_quic_enable_version_draft_27.

Non-const data() on string is available in C++17.

PiperOrigin-RevId: 306270586
Change-Id: I15a42c3928bb413dbc1ab3a2adde2f5a339df027
1 file changed
tree: 1b58e18c54c7f3305c729629c8a261c88b06cd4b
  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.