commit | f08778a58e717a38fcf59eb1a2ca01b8bf836ad2 | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Thu Mar 14 08:10:26 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Mar 14 08:10:55 2019 -0700 |
tree | 5b436af0ba0160f5f31dbffffb6ccf600041f3ba | |
parent | 62446bcd3c0851334d81fcf91c86ee774bc2398b [diff] |
Pass data_size into QuicPacketCreator::CreateStreamFrame instead of calculating it inside the method and no longer special case the 0 length case, except the existing QUIC_BUG. gfe-relnote: n/a (Code refactor) PiperOrigin-RevId: 238444568 Change-Id: I66c6ea5046639e91390bb64f88e5ab4e479a1b36
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.