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

Issue 99533002: Disabled resource scheduling when using a SPDY proxy (Closed)

Created:
7 years ago by Pat Meenan
Modified:
6 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, Michael Piatek
Visibility:
Public.

Description

Disabled resource scheduling when using a SPDY proxy We already disable the artificial delaying of resources when connected to a SPDY-capable host, this extends that to also include pages that are served through a SPDY proxy. As-implemented, as soon as any request for a given client completes and was served using SPDY over a proxy connection, that client will be treated as a SPDY-capable client. Some resources will still be delayed until the base page (or another request) completes but it is much better than it was before. BUG=324789 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243698

Patch Set 1 #

Total comments: 2

Patch Set 2 : Only check SPDY proxy for HTTP requests #

Patch Set 3 : Moved spdy proxy check to dispatcher as an explicit call when we start to get a response and added … #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -4 lines) Patch
M content/browser/loader/resource_dispatcher_host_impl.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M content/browser/loader/resource_scheduler.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/loader/resource_scheduler.cc View 1 2 3 chunks +25 lines, -4 lines 0 comments Download
M content/browser/loader/resource_scheduler_unittest.cc View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M net/url_request/url_request.h View 1 2 1 chunk +5 lines, -0 lines 2 comments Download

Messages

Total messages: 11 (0 generated)
Pat Meenan
simonjam@, not sure if you're still reviewing patches as the only owner of loader but ...
7 years ago (2013-12-02 17:42:29 UTC) #1
James Simonsen
Yeah, I still do the reviews. Can you also add a test case for this? ...
7 years ago (2013-12-02 18:59:31 UTC) #2
Pat Meenan
I'll get a test case worked up in a minute - in the meantime I ...
7 years ago (2013-12-02 19:35:51 UTC) #3
Pat Meenan
simonjam, ptal Sorry for the delay, there were more changes than I expected. The original ...
6 years, 11 months ago (2014-01-08 14:05:47 UTC) #4
James Simonsen
lgtm
6 years, 11 months ago (2014-01-08 18:50:11 UTC) #5
Pat Meenan
willchan@chromium.org: Please review changes in urlrequest.h Just added an accessor to get the spdy flag ...
6 years, 11 months ago (2014-01-08 18:53:34 UTC) #6
willchan no longer on Chromium
https://codereview.chromium.org/99533002/diff/40001/net/url_request/url_request.h File net/url_request/url_request.h (right): https://codereview.chromium.org/99533002/diff/40001/net/url_request/url_request.h#newcode503 net/url_request/url_request.h:503: // Returns true if the URLRequest was delivered over ...
6 years, 11 months ago (2014-01-08 19:03:09 UTC) #7
Pat Meenan
https://codereview.chromium.org/99533002/diff/40001/net/url_request/url_request.h File net/url_request/url_request.h (right): https://codereview.chromium.org/99533002/diff/40001/net/url_request/url_request.h#newcode503 net/url_request/url_request.h:503: // Returns true if the URLRequest was delivered over ...
6 years, 11 months ago (2014-01-08 19:10:56 UTC) #8
willchan no longer on Chromium
LGTM Maybe I oughta file a bug to differentiate this at some point...but if it ...
6 years, 11 months ago (2014-01-08 19:37:37 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pmeenan@chromium.org/99533002/40001
6 years, 11 months ago (2014-01-08 19:53:03 UTC) #10
commit-bot: I haz the power
6 years, 11 months ago (2014-01-08 23:47:58 UTC) #11
Message was sent while issue was closed.
Change committed as 243698

Powered by Google App Engine
This is Rietveld 408576698