aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-07-28 13:20:57 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-07-28 13:20:57 -0700
commit30352f67f14446c692610f2f7ef3b18ff70abae9 (patch)
treeef24faf8e32fa73090791deefae200ae3531f07b /doc/environment_variables.md
parent3064423b71ac076d4df6638fd54c2caf54641546 (diff)
Remove line about username and password not being supported in http_proxy URI
Diffstat (limited to 'doc/environment_variables.md')
-rw-r--r--doc/environment_variables.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index 0dceeb683a..ff89b4c9b9 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -5,8 +5,7 @@ gRPC C core based implementations (those contained in this repository) expose
some configuration as environment variables that can be set.
* http_proxy
- The URI of the proxy to use for HTTP CONNECT support. Does not currently
- support username or password information in the URI.
+ The URI of the proxy to use for HTTP CONNECT support.
* GRPC_ABORT_ON_LEAKS
A debugging aid to cause a call to abort() when gRPC objects are leaked past