Comment #7 on issue 8916 by [email protected]: content encoding problem behind company proxies http://code.google.com/p/chromium/issues/detail?id=8916
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=12784
------------------------------------------------------------------------
r12784 | [email protected] | 2009-03-30 11:05:43 -0700 (Mon, 30 Mar 2009) |
18 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/net/url_request_intercept_job.cc?r1=12784&r2=12783
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/net/url_request_intercept_job.h?r1=12784&r2=12783
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/filter.h?r1=12784&r2=12783
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/filter_unittest.h?r1=12784&r2=12783
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/gzip_filter_unittest.cc?r1=12784&r2=12783
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/sdch_filter.cc?r1=12784&r2=12783
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/sdch_filter_unittest.cc?r1=12784&r2=12783
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/url_request/url_request_http_job.cc?r1=12784&r2=12783
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/url_request/url_request_http_job.h?r1=12784&r2=12783
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/url_request/url_request_job.h?r1=12784&r2=12783
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/url_request/url_request_new_ftp_job.cc?r1=12784&r2=12783
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/url_request/url_request_new_ftp_job.h?r1=12784&r2=12783
Use HTTP status return code to make SDCH handling more robust.
At least one proxy replaces the SDCH content with an
error page (of HTML, without SDCH compression). We can
identify that scenario by spotting the 40x HTTP return
code (and the fact that the content is not SDCH encoded,
even though we advertised SDCH and a dictionary to the
server).
This change list adds the ability to access the return code
via the FilterContext. The bulk of the change is centered
on getting that access method to be const in all derived
classes.
bug=8916
r=wtc,huanr,openvcdiff
Review URL: http://codereview.chromium.org/56043
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---
