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 247243003: SPDY: Use SpdyMajorVersion rather than ints for SPDY version number. (Closed)

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

Description

SPDY: Use SpdyMajorVersion rather than ints for SPDY version number. Version comparisons are canonicalized on using the lowest applicable version number. Also add new SPDY5 enum (just the literal; no implementation). This lands server change 64786464 by mlavan. Fix a bug in cl/64786464 that could cause SPDY version to be mis-parsed in the framer. This lands server change 64899106 by mlavan. BUG=345769

Patch Set 1 #

Patch Set 2 : Also include cr/64899106 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -84 lines) Patch
M net/spdy/spdy_frame_builder.cc View 6 chunks +9 lines, -9 lines 0 comments Download
M net/spdy/spdy_frame_builder_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_framer.h View 3 chunks +11 lines, -6 lines 0 comments Download
M net/spdy/spdy_framer.cc View 1 11 chunks +28 lines, -19 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 30 chunks +32 lines, -31 lines 0 comments Download
M net/spdy/spdy_protocol.h View 2 chunks +10 lines, -3 lines 0 comments Download
M net/spdy/spdy_protocol.cc View 1 14 chunks +61 lines, -0 lines 0 comments Download
M net/spdy/spdy_protocol_test.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/spdy/spdy_test_utils.h View 1 chunk +6 lines, -2 lines 0 comments Download
M net/spdy/spdy_test_utils.cc View 3 chunks +14 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Johnny
6 years, 8 months ago (2014-04-22 15:29:29 UTC) #1
Ryan Hamilton
6 years, 8 months ago (2014-04-22 16:05:57 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698