commit | ace57e778ca93c81d652cbc8ec47d981a2f8a801 | [log] [tgz] |
---|---|---|
author | David Schinazi <dschinazi@google.com> | Wed Jul 21 08:52:25 2021 -0700 |
committer | David Schinazi <dschinazi@google.com> | Wed Jul 21 08:52:25 2021 -0700 |
tree | 5b0563fa9bd5ca512ccdf5bee07bc1a901863b9e | |
parent | 1b0c745128f121dfa373610a783a53a0a2304f91 [diff] |
fix capsule with context
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.