diff options
author | Richard van den Berg <richard.vandenberg@ncsc.nl> | 2015-09-22 13:45:41 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-09-22 16:54:28 +0200 |
commit | 0583ed3e48be3fcbccf77dc5ac571ba442d203cb (patch) | |
tree | cdbb8e0c25bf1bc92cda38a19f2edcb4866ea3a8 /docs | |
parent | 67ae07c2e0452fdf6f654ad099f9e4dda327da66 (diff) |
CURLOPT_PROXY.3: A proxy given as env variable gets no special treatment
Closes #449
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_PROXY.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PROXY.3 b/docs/libcurl/opts/CURLOPT_PROXY.3 index cf5c7574c..c98348341 100644 --- a/docs/libcurl/opts/CURLOPT_PROXY.3 +++ b/docs/libcurl/opts/CURLOPT_PROXY.3 @@ -61,8 +61,8 @@ option does however override any possibly set environment variables. Setting the proxy string to "" (an empty string) will explicitly disable the use of a proxy, even if there is an environment variable set for it. -A proxy host string given in an environment variable can also include protocol -scheme (http://) and embedded user + password. +A proxy host string can also include protocol scheme (http://) and embedded +user + password. .SH DEFAULT Default is NULL, meaning no proxy is used. |