- Alexander Beedie provided the patch for a noproxy problem: If I have set

CURLOPT_NOPROXY to "*", or to a host that should not use a proxy, I actually
  could still end up using a proxy if a proxy environment variable was set.
This commit is contained in:
Daniel Stenberg
2009-08-01 11:02:10 +00:00
parent 8b0fc9819f
commit 2642638fca
4 changed files with 14 additions and 7 deletions

View File

@@ -6,6 +6,11 @@
Changelog
Daniel Stenberg (1 Aug 2009)
- Alexander Beedie provided the patch for a noproxy problem: If I have set
CURLOPT_NOPROXY to "*", or to a host that should not use a proxy, I actually
could still end up using a proxy if a proxy environment variable was set.
Daniel Stenberg (27 Jul 2009)
- All the quote options (CURLOPT_QUOTE, CURLOPT_POSTQUOTE and
CURLOPT_PREQUOTE) now accept a preceeding asterisk before the command to