commit | 80295948bf0bc43ebb640afd81fa152e9679fd36 | [log] [tgz] |
---|---|---|
author | bma4 <[email protected]> | Sat Dec 13 03:47:56 2014 |
committer | Commit bot <[email protected]> | Sat Dec 13 03:48:14 2014 |
tree | 53f3ff4e35a88e1794f189c8ae7efee5d51ca23c | |
parent | 859e2c6031bf3a173664859246c60530555a72be [diff] [blame] |
do not send traffic to localhost through proxy for android The proxy config service for android does not allow one to configure an exception for localhost be made. The implementation for Linux did allow this in: proxy_config_service_linux.cc it just seems it was overlooked for android. Instead of adding in the ability to configure localhost as an exclusion, it makes more sense to just force the exception; it seems silly to send traffic for localhost through a proxy. This patch addresses the following bug in android: https://code.google.com/p/android/issues/detail?id=37031 BUG= Review URL: https://codereview.chromium.org/796003002 Cr-Commit-Position: refs/heads/master@{#308243}
diff --git a/AUTHORS b/AUTHORS index 4a776dba..3355ac5 100644 --- a/AUTHORS +++ b/AUTHORS
@@ -68,6 +68,7 @@ Bernard Cafarelli <[email protected]> Bhanukrushana Rout <[email protected]> Bobby Powers <[email protected]> +Branden Archer <[email protected]> Brendan Long <[email protected]> Brian G. Merrell <[email protected]> Brian Konzman, SJ <[email protected]>