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

Unified Diff: net/proxy/proxy_service.h

Issue 314173002: Bypass data reduction proxy if no handler is found for a 407 error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@benpatch
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/proxy/proxy_service.h
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h
index 6f8556879f67fb00fe28bdaa312a0a5bd81c7926..c8e237e4b2c2a192ff905256b5262ca88f686285 100644
--- a/net/proxy/proxy_service.h
+++ b/net/proxy/proxy_service.h
@@ -292,6 +292,9 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver,
// Bypass the proxy because the proxy, not the origin, sent a 4xx response.
PROXY_4XX_BYPASS,
+ // Bypass the proxy because we got a 407 from the proxy.
bengr 2014/06/05 17:26:24 More specifically, "Bypass the proxy because we go
Not at Google. Contact bengr 2014/06/05 17:51:53 Done.
+ PROXY_407_BYPASS,
+
// This must always be last.
BYPASS_EVENT_TYPE_MAX
};

Powered by Google App Engine
This is Rietveld 408576698