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

Issue 12252015: Make proxy fallback logic more captive-portal friendly, (Closed)

Created:
7 years, 10 months ago by mmenke
Modified:
7 years, 10 months ago
Reviewers:
eroman
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Make proxy fallback logic more captive-portal friendly, particularly in the case of SSL proxies. Errors that one is likely to see when trying to talk SSL to a captive portal now trigger fallback. The errors are: ERR_CONNECTION_TIMED_OUT (Portal blackholes SSL) ERR_PROXY_CERTIFICATE_INVALID (Portal uses self-signed cert) ERR_SSL_PROTOCOL_ERROR (Portal talks HTTP over port 443) BUG=176053 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182411

Patch Set 1 #

Patch Set 2 : Fix typo #

Patch Set 3 : Fix comment #

Total comments: 4

Patch Set 4 : Response to comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M net/http/http_stream_factory_impl_job.cc View 1 2 3 1 chunk +8 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
mmenke
Well, this turned out to be much easier than expected. Had no idea that we ...
7 years, 10 months ago (2013-02-13 21:01:16 UTC) #1
mmenke
On 2013/02/13 21:01:16, mmenke wrote: > Well, this turned out to be much easier than ...
7 years, 10 months ago (2013-02-13 21:45:43 UTC) #2
eroman
lgtm https://codereview.chromium.org/12252015/diff/11001/net/http/http_stream_factory_impl_job.cc File net/http/http_stream_factory_impl_job.cc (right): https://codereview.chromium.org/12252015/diff/11001/net/http/http_stream_factory_impl_job.cc#newcode1185 net/http/http_stream_factory_impl_job.cc:1185: // This can happen in the case of ...
7 years, 10 months ago (2013-02-14 00:03:47 UTC) #3
mmenke
https://codereview.chromium.org/12252015/diff/11001/net/http/http_stream_factory_impl_job.cc File net/http/http_stream_factory_impl_job.cc (right): https://codereview.chromium.org/12252015/diff/11001/net/http/http_stream_factory_impl_job.cc#newcode1185 net/http/http_stream_factory_impl_job.cc:1185: // This can happen in the case of trying ...
7 years, 10 months ago (2013-02-14 00:28:10 UTC) #4
mmenke
https://codereview.chromium.org/12252015/diff/11001/net/http/http_stream_factory_impl_job.cc File net/http/http_stream_factory_impl_job.cc (right): https://codereview.chromium.org/12252015/diff/11001/net/http/http_stream_factory_impl_job.cc#newcode1185 net/http/http_stream_factory_impl_job.cc:1185: // This can happen in the case of trying ...
7 years, 10 months ago (2013-02-14 00:52:39 UTC) #5
eroman
normally when someone says "https proxy" they mean an HTTP proxy being used for https:// ...
7 years, 10 months ago (2013-02-14 01:25:43 UTC) #6
mmenke
On 2013/02/14 01:25:43, eroman wrote: > normally when someone says "https proxy" they mean an ...
7 years, 10 months ago (2013-02-14 04:44:18 UTC) #7
commit-bot: I haz the power
7 years, 10 months ago (2013-02-14 04:45:31 UTC) #8

Powered by Google App Engine
This is Rietveld 408576698