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

Issue 6909033: Allow server to indicate a non-SDCH encoding (Closed)

Created:
9 years, 7 months ago by jar (doing other things)
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, kmixter1
Visibility:
Public.

Description

Allow server to indicate a non-SDCH encoding When a server decides to not SDCH encode content despite having an applicable dictionary, it can send a header: X-Sdch-Encode: 0 to tell the browser the lack of encoding was not caused by a transit corruption (bad proxy?). r=kmixter bug=78489 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=84102

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 6

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 4

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -1 line) Patch
M net/url_request/url_request_http_job.cc View 1 2 3 4 5 4 chunks +27 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
jar (doing other things)
9 years, 7 months ago (2011-05-04 00:25:15 UTC) #1
kmixter1
LGTM http://codereview.chromium.org/6909033/diff/6001/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): http://codereview.chromium.org/6909033/diff/6001/net/url_request/url_request_http_job.cc#newcode395 net/url_request/url_request_http_job.cc:395: // definately employ an SDCH filter (or tentative ...
9 years, 7 months ago (2011-05-04 17:01:05 UTC) #2
jar (doing other things)
Wan Teh: Can you take a look at this patch? It is pretty simple. The ...
9 years, 7 months ago (2011-05-04 17:08:20 UTC) #3
wtc
http://codereview.chromium.org/6909033/diff/6001/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): http://codereview.chromium.org/6909033/diff/6001/net/url_request/url_request_http_job.cc#newcode104 net/url_request/url_request_http_job.cc:104: virtual void SetSdchResponse(bool active); This method should not be ...
9 years, 7 months ago (2011-05-04 17:22:36 UTC) #4
jar (doing other things)
Changes per wtc and kmixter comments. http://codereview.chromium.org/6909033/diff/6001/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): http://codereview.chromium.org/6909033/diff/6001/net/url_request/url_request_http_job.cc#newcode104 net/url_request/url_request_http_job.cc:104: virtual void SetSdchResponse(bool ...
9 years, 7 months ago (2011-05-04 17:24:50 UTC) #5
wtc
LGTM. http://codereview.chromium.org/6909033/diff/13001/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): http://codereview.chromium.org/6909033/diff/13001/net/url_request/url_request_http_job.cc#newcode110 net/url_request/url_request_http_job.cc:110: // to an explicit HTTP header. Nit: this ...
9 years, 7 months ago (2011-05-04 18:27:00 UTC) #6
jar (doing other things)
Changes per comments by wtc. http://codereview.chromium.org/6909033/diff/13001/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): http://codereview.chromium.org/6909033/diff/13001/net/url_request/url_request_http_job.cc#newcode110 net/url_request/url_request_http_job.cc:110: // to an explicit ...
9 years, 7 months ago (2011-05-04 18:31:51 UTC) #7
wtc
LGTM!
9 years, 7 months ago (2011-05-04 18:33:08 UTC) #8
commit-bot: I haz the power
9 years, 7 months ago (2011-05-04 19:15:17 UTC) #9

Powered by Google App Engine
This is Rietveld 408576698