From: Richard van den Berg Date: Tue, 22 Sep 2015 11:45:41 +0000 (+0200) Subject: CURLOPT_PROXY.3: A proxy given as env variable gets no special treatment X-Git-Tag: curl-7_45_0~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0583ed3e48be3fcbccf77dc5ac571ba442d203cb;p=thirdparty%2Fcurl.git CURLOPT_PROXY.3: A proxy given as env variable gets no special treatment Closes #449 --- diff --git a/docs/libcurl/opts/CURLOPT_PROXY.3 b/docs/libcurl/opts/CURLOPT_PROXY.3 index cf5c7574cb..c983483418 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.