commit | 53387f7437d9f8904ab846d28a7b6073f4e6f9aa | [log] [tgz] |
---|---|---|
author | vasilvv <vasilvv@google.com> | Fri Jun 04 10:33:41 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 04 10:34:18 2021 -0700 |
tree | cb8f7d09775c406e4818816f602cb4ae9a3fc98f | |
parent | be217f54fd9b341bbb2490ee3688e959b2e74956 [diff] |
Make HttpEncoder::SerializeDataFrameHeader() return a QuicBuffer This helps avoid an allocation and a copy in QuicSpdyStream::WriteMemSlices(). PiperOrigin-RevId: 377540689
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.