commit | 9edb31e5d517fccf95473358d4d21eeeff03345d | [log] [tgz] |
---|---|---|
author | vasilvv <vasilvv@google.com> | Thu Dec 03 19:32:58 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Dec 03 19:33:34 2020 -0800 |
tree | 546df04e3f3dbaa9fb2db2ddea49d8b3997a05da | |
parent | 1627f3de645fc88b783f93474825049c29fe3e3b [diff] |
Replace QuicheStrCat() with absl::StrCat() PiperOrigin-RevId: 345586710 Change-Id: I494392852e09fa7916d4430290096b37ae37a922
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. QUICHE is only supported on little-endian platforms.
Code can be viewed in CodeSearch in Quiche and is imported into Chromium.