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

Issue 352383002: Update SPDY4 settings ID to 16 bits (from 8). (Closed)

Created:
6 years, 6 months ago by Johnny
Modified:
6 years, 5 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Update SPDY4 settings ID to 16 bits (from 8). This lands server change 70021377 by jgraettinger. BUG=

Patch Set 1 #

Total comments: 2

Patch Set 2 : Extract SpdyConstants::GetSettingSize() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -23 lines) Patch
M net/spdy/spdy_framer.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 4 chunks +16 lines, -16 lines 0 comments Download
M net/spdy/spdy_protocol.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/spdy/spdy_protocol.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Johnny
Last one... To be rebased into bulk CL.
6 years, 6 months ago (2014-06-26 15:31:14 UTC) #1
Ryan Hamilton
lgtm https://codereview.chromium.org/352383002/diff/1/net/spdy/spdy_framer.cc File net/spdy/spdy_framer.cc (right): https://codereview.chromium.org/352383002/diff/1/net/spdy/spdy_framer.cc#newcode878 net/spdy/spdy_framer.cc:878: size_t setting_size = (protocol_version() <= SPDY3 ? 8 ...
6 years, 6 months ago (2014-06-26 15:43:20 UTC) #2
Johnny
6 years, 6 months ago (2014-06-26 16:19:08 UTC) #3
https://codereview.chromium.org/352383002/diff/1/net/spdy/spdy_framer.cc
File net/spdy/spdy_framer.cc (right):

https://codereview.chromium.org/352383002/diff/1/net/spdy/spdy_framer.cc#newc...
net/spdy/spdy_framer.cc:878: size_t setting_size = (protocol_version() <= SPDY3
? 8 : 6);
On 2014/06/26 15:43:20, Ryan Hamilton wrote:
> Since this is used in a few places, consider extracting to a method.

Done.

Powered by Google App Engine
This is Rietveld 408576698