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

Issue 2600973002: Implement HTTP/2 settings field trial parameters. (Closed)

Created:
3 years, 12 months ago by Bence
Modified:
3 years, 11 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement HTTP/2 settings field trial parameters. * Add |http2_settings| field trial parameter to HTTP/2 trial group. * Set max header table size, max concurrent pushed streams, and max receiving window size values in |http2_settings| in HttpNetworkSession. * Pass |http2_settings| from HttpNetworkSession to SpdySessionPool to SpdySession. Remove |stream_max_recv_window_size| from this path. * Extract max header table size, max concurrent pushed streams, and max receiving window size values from |http2_settings| in SpdySession. * Move max header table size and max concurrent pushed streams default value from SpdySession to HttpNetworkSession. * Add |http2_settings| to SpdySessionDependencies; remove |stream_max_recv_window_size|. BUG=622737 Committed: https://crrev.com/3171a243c6b5fbaba264a71e78dd36a6b5eb47d2 Cr-Commit-Position: refs/heads/master@{#440871}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Re: #7. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+267 lines, -77 lines) Patch
M components/network_session_configurator/network_session_configurator.cc View 5 chunks +41 lines, -9 lines 0 comments Download
M components/network_session_configurator/network_session_configurator_unittest.cc View 3 chunks +16 lines, -0 lines 0 comments Download
M net/http/http_network_session.h View 1 3 chunks +10 lines, -1 line 0 comments Download
M net/http/http_network_session.cc View 1 3 chunks +27 lines, -2 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M net/spdy/spdy_session.h View 1 4 chunks +10 lines, -7 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 7 chunks +48 lines, -9 lines 0 comments Download
M net/spdy/spdy_session_pool.h View 1 4 chunks +11 lines, -2 lines 0 comments Download
M net/spdy/spdy_session_pool.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 4 chunks +90 lines, -35 lines 0 comments Download
M net/spdy/spdy_test_util_common.h View 2 chunks +2 lines, -1 line 0 comments Download
M net/spdy/spdy_test_util_common.cc View 3 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 20 (13 generated)
Bence
Ryan: PTAL. Thank you.
3 years, 12 months ago (2016-12-27 21:01:08 UTC) #6
Ryan Hamilton
Just a few minor comments. https://codereview.chromium.org/2600973002/diff/1/net/http/http_network_session.cc File net/http/http_network_session.cc (right): https://codereview.chromium.org/2600973002/diff/1/net/http/http_network_session.cc#newcode479 net/http/http_network_session.cc:479: } nit: I think ...
3 years, 12 months ago (2016-12-27 22:32:43 UTC) #7
Bence
Ryan: PTAL. Thank you. https://codereview.chromium.org/2600973002/diff/1/net/http/http_network_session.cc File net/http/http_network_session.cc (right): https://codereview.chromium.org/2600973002/diff/1/net/http/http_network_session.cc#newcode479 net/http/http_network_session.cc:479: } On 2016/12/27 22:32:43, Ryan ...
3 years, 12 months ago (2016-12-28 00:53:24 UTC) #12
Ryan Hamilton
lgtm
3 years, 11 months ago (2016-12-28 18:35:15 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2600973002/20001
3 years, 11 months ago (2016-12-28 18:35:22 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
3 years, 11 months ago (2016-12-28 18:40:58 UTC) #18
commit-bot: I haz the power
3 years, 11 months ago (2017-01-02 15:49:40 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/3171a243c6b5fbaba264a71e78dd36a6b5eb47d2
Cr-Commit-Position: refs/heads/master@{#440871}

Powered by Google App Engine
This is Rietveld 408576698