Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Issue 1497113003: Add a queued_data_bytes() method to ReliableQuicStream. Not used outside of tests. (Closed)

Created:
5 years ago by Jo Kulik
Modified:
5 years ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@108727610
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a queued_data_bytes() method to ReliableQuicStream. Not used outside of tests. This will be used when sending Trailers. To calculate the :final-offset value the stream must sum stream_bytes_written() + queued_data_bytes(). Merge internal change: 108735153 R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M net/quic/reliable_quic_stream.h View 2 chunks +4 lines, -0 lines 0 comments Download
M net/quic/reliable_quic_stream.cc View 3 chunks +4 lines, -1 line 0 comments Download
M net/quic/reliable_quic_stream_test.cc View 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
Jo Kulik
5 years ago (2015-12-04 04:04:33 UTC) #1
Ryan Hamilton
5 years ago (2015-12-04 04:15:51 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698