commit | 00f47df999c9b19e80fdc01db0ae9ca1b6a12b3a | [log] [tgz] |
---|---|---|
author | vasilvv <vasilvv@google.com> | Wed Apr 03 13:58:53 2019 -0700 |
committer | Victor Vasiliev <vasilvv@google.com> | Wed Apr 03 21:01:16 2019 +0000 |
tree | 2e6c96e3d1d21f05a04210ae0c9e695778e7bd45 | |
parent | a8d9355b5dbfcfd8f34a7b4a1d30c2325958f3f8 [diff] |
GCC: do not delete move constructor of QuicStreamSendBuffer QuicStreamSendBuffer constructor is implicitely required in the initialization of the vector of substreams in QuicCryptoStream. Though clang apparently ignores that, GCC fails to build. BUG=chromium:819294 Originally submitted by José Dapena Paz <jose.dapena@lge.com> at https://quiche-review.googlesource.com/c/quiche/+/2420 PiperOrigin-RevId: 241800134 Change-Id: I4e3c97d6e5895d85340e8c1b740e6196d9104066
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.