Chromium Code Reviews

Unified Diff: net/proxy/proxy_config.h

Issue 73038: Allows a proxy bypass entry to match on a specific port, used by the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | net/proxy/proxy_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_config.h
===================================================================
--- net/proxy/proxy_config.h (revision 13925)
+++ net/proxy/proxy_config.h (working copy)
@@ -92,6 +92,8 @@
// Indicates a list of hosts that should bypass any proxy configuration. For
// these hosts, a direct connection should always be used.
+ // The form <host>:<port> is also supported, meaning that only
+ // connections on the specified port should be direct.
std::vector<std::string> proxy_bypass;
// Indicates whether local names (no dots) bypass proxies.
« no previous file with comments | « no previous file | net/proxy/proxy_service.cc » ('j') | no next file with comments »

Powered by Google App Engine