Koenig pointed out that the man page didn't tell that the *_proxy
  environment variables can be specified lower case or UPPER CASE and the
  lower case takes precedence,
This commit is contained in:
Daniel Stenberg 2009-04-23 22:01:33 +00:00
parent 0145919a9e
commit 70e2db51e1
2 changed files with 9 additions and 1 deletions

View file

@ -1482,8 +1482,10 @@ default statistics.
.I ~/.curlrc
.RS
Default config file, see \fI-K/--config\fP for details.
.SH ENVIRONMENT
The environment variables can be specified in lower case or upper case. The
lower case version has precedence. http_proxy is an exception as it is only
available in lower case.
.IP "http_proxy [protocol://]<host>[:port]"
Sets the proxy server to use for HTTP.
.IP "HTTPS_PROXY [protocol://]<host>[:port]"