aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-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;