]> granicus.if.org Git - curl/commitdiff
CURLOPT_PROXY.3: A proxy given as env variable gets no special treatment
authorRichard van den Berg <richard.vandenberg@ncsc.nl>
Tue, 22 Sep 2015 11:45:41 +0000 (13:45 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 Sep 2015 14:54:28 +0000 (16:54 +0200)
Closes #449

docs/libcurl/opts/CURLOPT_PROXY.3

index cf5c7574cb06cca061e2981e533e8a88e8dbc9d5..c983483418984b6665222719f9f42dbc5a39a407 100644 (file)
@@ -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.