commit | 38b5aed8539aecc5b292b34abc45fc6fcf6f3ef2 | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Fri Apr 02 10:57:41 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Apr 02 10:59:02 2021 -0700 |
tree | b482a7c1052ea4e090b529e97e7284336827fe21 | |
parent | 46245aa1a7a4a4bef9a17e5b3145d8c76224d650 [diff] |
Remove QuicWrapUnique. Use absl::WrapUnique directly instead. Use make_unique instead of WrapUnique(new) in quic/test_tools/quic_test_client.cc and quic/tools/quic_client.cc. Add comment in quic/core/crypto/curve25519_key_exchange.cc about why make_unique cannot be used, similar to the existing comment in quic/masque/masque_epoll_client.cc. PiperOrigin-RevId: 366474319 Change-Id: Ibfb5b8bc5ec8e93cba76f8de9b6ba9496a2636c6
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.