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

Issue 9516009: SPDY - disable spdy/2.1 (flow control) by default (Closed)

Created:
8 years, 9 months ago by ramant (doing other things)
Modified:
8 years, 9 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, wtc, hkhalil
Visibility:
Public.

Description

SPDY - by default disable spdy/2.1 (flow control). It can be enabled with command line flag --flow-control R=willchan TEST=network unittests BUG=116167 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124794

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Total comments: 14

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -39 lines) Patch
M net/http/http_network_layer.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -6 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 3 4 5 6 7 8 9 10 19 chunks +22 lines, -22 lines 0 comments Download
M net/http/http_stream_factory.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -6 lines 0 comments Download
M net/http/http_stream_factory.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +32 lines, -4 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
ramant (doing other things)
Hi willchan, Tested this code with and without --flow-control flag and verfified (from net-internals) that ...
8 years, 9 months ago (2012-02-29 20:09:07 UTC) #1
willchan no longer on Chromium
http://codereview.chromium.org/9516009/diff/9002/net/http/http_network_transaction_unittest.cc File net/http/http_network_transaction_unittest.cc (right): http://codereview.chromium.org/9516009/diff/9002/net/http/http_network_transaction_unittest.cc#newcode283 net/http/http_network_transaction_unittest.cc:283: HttpStreamFactory::set_highest_supported_alternate_protocol( Using a global like this messes up the ...
8 years, 9 months ago (2012-02-29 20:15:27 UTC) #2
ramant (doing other things)
Hi willchan, Many many thanks for your comments. All network unittests call ResetStaticSettingsToInit before each ...
8 years, 9 months ago (2012-03-01 03:51:59 UTC) #3
Ryan Hamilton
http://codereview.chromium.org/9516009/diff/17004/net/http/http_stream_factory.cc File net/http/http_stream_factory.cc (right): http://codereview.chromium.org/9516009/diff/17004/net/http/http_stream_factory.cc#newcode92 net/http/http_stream_factory.cc:92: if (protocol != supported_spdy_version_ || As we discussed offline, ...
8 years, 9 months ago (2012-03-01 18:56:20 UTC) #4
willchan no longer on Chromium
http://codereview.chromium.org/9516009/diff/17004/net/http/http_stream_factory.cc File net/http/http_stream_factory.cc (right): http://codereview.chromium.org/9516009/diff/17004/net/http/http_stream_factory.cc#newcode92 net/http/http_stream_factory.cc:92: if (protocol != supported_spdy_version_ || On 2012/03/01 18:56:20, Ryan ...
8 years, 9 months ago (2012-03-01 18:57:54 UTC) #5
ramant (doing other things)
Thanks very much Ryan for suggesting adding support for multiple SPDY protocols to HttpStreamFactory. Hi ...
8 years, 9 months ago (2012-03-02 00:46:34 UTC) #6
Ryan Hamilton
http://codereview.chromium.org/9516009/diff/25014/net/http/http_network_transaction_unittest.cc File net/http/http_network_transaction_unittest.cc (right): http://codereview.chromium.org/9516009/diff/25014/net/http/http_network_transaction_unittest.cc#newcode6498 net/http/http_network_transaction_unittest.cc:6498: "foo", "bar", "http/1.1", "spdy/2", "spdy/2.1", NULL)); I'm not sure ...
8 years, 9 months ago (2012-03-02 16:46:52 UTC) #7
ramant (doing other things)
http://codereview.chromium.org/9516009/diff/25014/net/http/http_network_transaction_unittest.cc File net/http/http_network_transaction_unittest.cc (right): http://codereview.chromium.org/9516009/diff/25014/net/http/http_network_transaction_unittest.cc#newcode6498 net/http/http_network_transaction_unittest.cc:6498: "foo", "bar", "http/1.1", "spdy/2", "spdy/2.1", NULL)); On 2012/03/02 16:46:53, ...
8 years, 9 months ago (2012-03-02 18:40:40 UTC) #8
Ryan Hamilton
lgtm
8 years, 9 months ago (2012-03-02 22:03:28 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/9516009/34002
8 years, 9 months ago (2012-03-02 22:05:27 UTC) #10
commit-bot: I haz the power
8 years, 9 months ago (2012-03-03 00:43:16 UTC) #11
Change committed as 124794

Powered by Google App Engine
This is Rietveld 408576698