commit | 3e33fe15f6f82bc1287dbf0f4aa2bfe2be1c9e5b | [log] [tgz] |
---|---|---|
author | vasilvv <vasilvv@google.com> | Wed Jun 02 21:49:17 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 02 21:50:15 2021 -0700 |
tree | 3a8a34bd43216149611fdb2bed3c9b3fdf660ea7 | |
parent | aee86fb6ffce85e884a6f613ae5f47ce2c6b1e23 [diff] |
Introduce QuicBuffer to represent a (QuicUniqueBufferPtr, size_t) tuple. This simplifies a lot of code, and will be helpful for some further refactors I have planned. PiperOrigin-RevId: 377213586
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.