CURLOPT_PROXY.3: A proxy given as env variable gets no special treatment

Closes #449
This commit is contained in:
Richard van den Berg
2015-09-22 13:45:41 +02:00
committed by Daniel Stenberg
parent 67ae07c2e0
commit 0583ed3e48

View 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 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. 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 A proxy host string can also include protocol scheme (http://) and embedded
scheme (http://) and embedded user + password. user + password.
.SH DEFAULT .SH DEFAULT
Default is NULL, meaning no proxy is used. Default is NULL, meaning no proxy is used.