Skip to content
Snippets Groups Projects
Commit 70e2db51 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

- bug report #2779245 (http://curl.haxx.se/bug/view.cgi?id=2779245) by Rainer

  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,
parent 0145919a
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,12 @@
Changelog
Daniel Stenberg (24 Apr 2009)
- bug report #2779245 (http://curl.haxx.se/bug/view.cgi?id=2779245) by Rainer
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,
Daniel Fandrich (21 Apr 2009)
- Added new libcurl source files to Amiga, RiscOS and VC6 build files.
......
......@@ -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]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment