summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_request.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_stream_request.cc')
-rw-r--r--net/http/http_stream_request.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/http/http_stream_request.cc b/net/http/http_stream_request.cc
index 09bedbc..64110a7 100644
--- a/net/http/http_stream_request.cc
+++ b/net/http/http_stream_request.cc
@@ -839,6 +839,7 @@ int HttpStreamRequest::ReconsiderProxyAfterError(int error) {
// now exists that corresponds to a proxy server that could load the URL.
//
switch (error) {
+ case ERR_PROXY_CONNECTION_FAILED:
case ERR_NAME_NOT_RESOLVED:
case ERR_INTERNET_DISCONNECTED:
case ERR_ADDRESS_UNREACHABLE: