commit | e71fb0baad939a4dfc54c23437ad75a970100ccc | [log] [tgz] |
---|---|---|
author | ianswett <ianswett@google.com> | Mon Apr 13 11:18:52 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Apr 13 11:19:32 2020 -0700 |
tree | 1b58e18c54c7f3305c729629c8a261c88b06cd4b | |
parent | cb0ffbc500aec08218d9ec2bee15e10d60525135 [diff] |
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