Descriptionrelnote: refactoring the buffering logic in QUIC's stream sequencer.
Add a wrapper class QuicFrameList for underlying buffered_frames_ list in
QuicStreamSequencer to prepare for future changes of data structure for
buffered_frames_. It shares the same interface with its substitution
StreamSequencerBuffer.
Merge internal change: 104518889
R=rch@chromium.org
BUG=
Committed: https://crrev.com/f160a6ead8049f80e7f63cdf939ba01f436b75f5
Cr-Commit-Position: refs/heads/master@{#354361}
Patch Set 1 #Patch Set 2 : Fix build issue with quic_frame_list.* #Patch Set 3 : fix license on new files #Patch Set 4 : Merge internal change: 104894802 #Patch Set 5 : fix c++11 initializer issue in quic_headers_stream_test.cc #Patch Set 6 : std::initializer_list!! gah! #Patch Set 7 : disentangle merge of 104894802 #
Dependent Patchsets: Messages
Total messages: 7 (2 generated)
|