commit | 2ac2346488143f1adeeb869b06ceb613d835b0c9 | [log] [tgz] |
---|---|---|
author | danzh <danzh@google.com> | Thu Apr 11 13:42:16 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 11 13:43:28 2019 -0700 |
tree | 63f821cac93d38b5efc7f5b4c1f3d464b95371c2 | |
parent | 2b5942f61477aafaa1f968367242555a12c4e539 [diff] |
Add a new implementation of SpdyUnsafeArena for code sharing between chromium and envoy. This new implementation is merely a copy of SpdyUnsafeArenaImpl from chromium (https://cs.chromium.org/chromium/src/net/spdy/platform/impl/spdy_unsafe_arena_impl.h?g=0&l=17) which itself is an older data structure used by SpdyHeaderBlock. This new implemenation is not used as google3 impl. However, it's nice to have it in quiche for code sharing between platforms. Once this class is in quiche, chromium platform can point to this one instead of keeping the same code in SpdyUnsafeArenaImpl. gfe-relnote: n/a (new class not in use) PiperOrigin-RevId: 243133213 Change-Id: I52875503efc6be97c7a531d9c3e02780d66b88cc
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.