1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

CURLOPT_PROXY.3: fix test 1140 breakage

This commit is contained in:
Daniel Stenberg 2017-05-31 08:45:36 +02:00
parent 534056297f
commit a6ad28a75e

View File

@ -81,7 +81,7 @@ considered. \fBall_proxy\fP is used if no protocol specific proxy was set.
If \fBno_proxy\fP (or \fBNO_PROXY\fP) is set, it can specify a list of host
names to not use a proxy for (even if one of the previous mention variables
are set). That is the exact equivalent of setting the \fBCURLOPT_NOPROXY(3)\fP
are set). That is the exact equivalent of setting the \fICURLOPT_NOPROXY(3)\fP
option.
The \fICURLOPT_PROXY(3)\fP option overrides environment variables.