aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/http_proxy.cc
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-06-11 14:12:48 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-06-14 12:10:49 -0700
commit84328e733d62e21cd2573cfda5d2126f568b59ac (patch)
treef90c898e5fd3bd60f69f6a7392b93b74612fabe7 /src/core/ext/filters/client_channel/http_proxy.cc
parent1b9a7faa71d1e927edf91ee0491207a7bb16b39c (diff)
No need to fallback on https_proxy for insecure connections
Diffstat (limited to 'src/core/ext/filters/client_channel/http_proxy.cc')
-rw-r--r--src/core/ext/filters/client_channel/http_proxy.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/http_proxy.cc b/src/core/ext/filters/client_channel/http_proxy.cc
index 45b791a78d..652cf438ef 100644
--- a/src/core/ext/filters/client_channel/http_proxy.cc
+++ b/src/core/ext/filters/client_channel/http_proxy.cc
@@ -58,7 +58,6 @@ static char* get_http_proxy_server(char** user_cred,
if (uri_str == nullptr) gpr_getenv("http_proxy");
} else {
uri_str = gpr_getenv("http_proxy");
- if (uri_str == nullptr) gpr_getenv("https_proxy");
}
char* proxy_name = nullptr;
char** authority_strs = nullptr;