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

Issue 515353002: Ignore persisent settings on SPDY4. (Closed)

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

Description

Ignore persisent settings on SPDY4. SpdySession::SendInitialData() now only retrieves and sends server-persisted SPDY settings for SPDY/3.1 and below. BUG=408348 Committed: https://crrev.com/b178316f9087ef10d3e4f327a7d1bff0e34f0586 Cr-Commit-Position: refs/heads/master@{#292972}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Disable SpdySessionTest.SendInitialDataOnNewSession for SPDY4. #

Total comments: 2

Patch Set 3 : Disable a |server_settings_frame| expectation only in unittest. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -19 lines) Patch
M net/spdy/spdy_session.cc View 1 chunk +20 lines, -18 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 10 (1 generated)
Bence
bnc@chromium.org changed reviewers: + jgraettinger@chromium.org
6 years, 3 months ago (2014-08-28 20:07:31 UTC) #1
Bence
6 years, 3 months ago (2014-08-28 20:07:32 UTC) #2
Bence
https://codereview.chromium.org/515353002/diff/1/net/spdy/spdy_session.cc File net/spdy/spdy_session.cc (right): https://codereview.chromium.org/515353002/diff/1/net/spdy/spdy_session.cc#newcode2738 net/spdy/spdy_session.cc:2738: if (protocol_ <= kProtoSPDY31) { Do we want to ...
6 years, 3 months ago (2014-08-28 20:07:58 UTC) #3
Johnny
Nope not needed, SpdySession isn't instantiated in QUIC sessions. https://codereview.chromium.org/515353002/diff/20001/net/spdy/spdy_session_unittest.cc File net/spdy/spdy_session_unittest.cc (right): https://codereview.chromium.org/515353002/diff/20001/net/spdy/spdy_session_unittest.cc#newcode1539 net/spdy/spdy_session_unittest.cc:1539: ...
6 years, 3 months ago (2014-08-29 16:03:57 UTC) #4
Bence
I would love to not ever initialize server_settings and server_settings_frame if GetParam() == kProtoSPDY4, but ...
6 years, 3 months ago (2014-08-29 20:00:29 UTC) #5
Johnny
lgtm
6 years, 3 months ago (2014-09-02 16:36:10 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bnc@chromium.org/515353002/40001
6 years, 3 months ago (2014-09-02 18:20:16 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 1f87d9a18c15cf6043046608d85ee59e2d38c90a
6 years, 3 months ago (2014-09-02 19:07:02 UTC) #9
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:19:53 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b178316f9087ef10d3e4f327a7d1bff0e34f0586
Cr-Commit-Position: refs/heads/master@{#292972}

Powered by Google App Engine
This is Rietveld 408576698