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

Issue 549433006: Fix the logic for computing the number of truncated QUIC ACK frames sent. (Closed)

Created:
6 years, 3 months ago by Ryan Hamilton
Modified:
6 years, 3 months ago
Reviewers:
Ian Swett, Jana, eroman
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Fix the logic for computing the number of truncated QUIC ACK frames sent. Committed: https://crrev.com/30ddbd00f8343a8576c4961fd7aa8fa444780a4a Cr-Commit-Position: refs/heads/master@{#294661}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add test #

Total comments: 14

Patch Set 3 : fix comments #

Patch Set 4 : more comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -3 lines) Patch
M net/net.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_connection_logger.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M net/quic/quic_connection_logger.cc View 1 2 3 1 chunk +22 lines, -3 lines 0 comments Download
A net/quic/quic_connection_logger_unittest.cc View 1 2 1 chunk +50 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (5 generated)
Ryan Hamilton
6 years, 3 months ago (2014-09-08 16:57:39 UTC) #2
Ian Swett
lgtm Looks good, though it's unfortunate the flag isn't being set properly. https://codereview.chromium.org/549433006/diff/1/net/quic/quic_connection_logger.cc File net/quic/quic_connection_logger.cc ...
6 years, 3 months ago (2014-09-08 17:27:58 UTC) #3
Ryan Hamilton
On 2014/09/08 17:27:58, Ian Swett wrote: > lgtm > > Looks good, though it's unfortunate ...
6 years, 3 months ago (2014-09-08 17:31:16 UTC) #4
Jana
lgtm
6 years, 3 months ago (2014-09-08 17:46:30 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/549433006/20001
6 years, 3 months ago (2014-09-08 17:48:39 UTC) #7
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 3 months ago (2014-09-08 17:48:41 UTC) #9
Ryan Hamilton
eroman: I think you're actually a committer. Can you take a look?
6 years, 3 months ago (2014-09-08 22:46:03 UTC) #11
Jana
aww... my lgtm not special enough :-(
6 years, 3 months ago (2014-09-08 22:50:50 UTC) #12
eroman
https://codereview.chromium.org/549433006/diff/20001/net/quic/quic_connection_logger.cc File net/quic/quic_connection_logger.cc (right): https://codereview.chromium.org/549433006/diff/20001/net/quic/quic_connection_logger.cc#newcode380 net/quic/quic_connection_logger.cc:380: if (*it != last_missing + 1) { possibility of ...
6 years, 3 months ago (2014-09-09 00:08:01 UTC) #13
Ryan Hamilton
Thanks for the review, Eric! https://codereview.chromium.org/549433006/diff/20001/net/quic/quic_connection_logger.cc File net/quic/quic_connection_logger.cc (right): https://codereview.chromium.org/549433006/diff/20001/net/quic/quic_connection_logger.cc#newcode380 net/quic/quic_connection_logger.cc:380: if (*it != last_missing ...
6 years, 3 months ago (2014-09-09 19:00:36 UTC) #14
eroman
lgtm https://codereview.chromium.org/549433006/diff/20001/net/quic/quic_connection_logger.cc File net/quic/quic_connection_logger.cc (right): https://codereview.chromium.org/549433006/diff/20001/net/quic/quic_connection_logger.cc#newcode385 net/quic/quic_connection_logger.cc:385: if (num_ranges >= std::numeric_limits<uint8>::max()) On 2014/09/09 19:00:36, Ryan ...
6 years, 3 months ago (2014-09-09 22:35:19 UTC) #15
Ryan Hamilton
Thanks for the great review! https://codereview.chromium.org/549433006/diff/20001/net/quic/quic_connection_logger.cc File net/quic/quic_connection_logger.cc (right): https://codereview.chromium.org/549433006/diff/20001/net/quic/quic_connection_logger.cc#newcode385 net/quic/quic_connection_logger.cc:385: if (num_ranges >= std::numeric_limits<uint8>::max()) ...
6 years, 3 months ago (2014-09-12 19:34:08 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/549433006/60001
6 years, 3 months ago (2014-09-12 19:38:22 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 4eaf5e50bc9f6904c653fb00a526fe899df2b766
6 years, 3 months ago (2014-09-12 21:26:22 UTC) #19
commit-bot: I haz the power
6 years, 3 months ago (2014-09-12 21:31:21 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/30ddbd00f8343a8576c4961fd7aa8fa444780a4a
Cr-Commit-Position: refs/heads/master@{#294661}

Powered by Google App Engine
This is Rietveld 408576698