commit | 3203f259428e784f32a7fdac27ed0a0ebeddcfe8 | [log] [tgz] |
---|---|---|
author | fayang <fayang@google.com> | Fri May 03 06:00:03 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 03 06:28:45 2019 -0700 |
tree | f19f17d5fc8b99e7d0344d8aef29dd1a34842587 | |
parent | 6a509f96346dfef25ad628b5a8713e635bb4619f [diff] |
gfe-relnote: In QUIC, deprecate queued_control_frames_ from QuicPacketGenerator. Protected by gfe2_reloadable_flag_quic_deprecate_queued_control_frames. Change void AddControlFrame(const QuicFrame& frame) to bool ConsumeRetransmittableControlFrame(const QuicFrame& frame). PiperOrigin-RevId: 246495306 Change-Id: I48a645ea0ef88636afb725abf88da5a4f3125a07
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.