commit | f155ba9d84cdd61cbdae6143c471603f60b54043 | [log] [tgz] |
---|---|---|
author | Dan Zhang <danzh@google.com> | Tue Jul 23 18:26:33 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jul 23 18:26:33 2019 +0000 |
tree | a60fc1ce3e2ec4bda006020d10bb69f5bad75e1f | |
parent | 7872c7782cf7274ba3b12e9b40511dedd6a89149 [diff] | |
parent | bfb95deb8ff756bf908b2723ea597d17037936f7 [diff] |
Merge changes I01fea753,I3e67bf92,I8bdbdadd,I1a96285a,I1c67ed93 * changes: Fix return type of QuicSpdyClientBase::latest_response_code Change QuicSpdyStreamBodyBuffer API to decouple from QuicStreamSequencer. gfe-relnote: Add IsStreamReady() interface to WriteScheduler and implement the interface in subclasses. No functional expected. Not protected. Call MarkConsumed() only once in QuicSpdyStreamBodyBuffer::MarkBodyConsumed() with a combined byte count. Add debugging logs for Priority frames.
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.