commit | ea5bdefcae2186f4ec261adb3730a6f69d384848 | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Wed Mar 13 15:41:27 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Mar 13 15:42:00 2019 -0700 |
tree | b856773a0b154b8200517ce9aa03679149c87114 | |
parent | fa0c90c0fba2aebff36e5f2932354e571f00ca59 [diff] |
Use QuicMakeUnique where possible in quic_crypto_server_config.cc gfe-relnote: Use unique_ptr for memory management rather than bare pointer. No functional change intended, not flag-protected. PiperOrigin-RevId: 238325160 Change-Id: I36d457b3b6f63d15ddefb8bd5b8b06fd64d1874a
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.