mirror of
https://github.com/curl/curl.git
synced 2026-04-29 06:12:13 +03:00
CURLOPT_PROXY.3: A proxy given as env variable gets no special treatment
Closes #449
This commit is contained in:
parent
67ae07c2e0
commit
0583ed3e48
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue