Commit 0583ed3e authored by Richard van den Berg's avatar Richard van den Berg Committed by Daniel Stenberg
Browse files

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

Closes #449
parent 67ae07c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.