diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-08-01 11:02:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-08-01 11:02:10 +0000 |
commit | 2642638fcae2c51a3407f0af6a90b3c6aca895f5 (patch) | |
tree | 7ce16cacd7867adee4817ce984a5c046cb5c066b /TODO-RELEASE | |
parent | 8b0fc9819f656daaa035d8e74213282e2cbffdec (diff) |
- 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.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index cda345f9a..513ad81cd 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,8 +1,6 @@ To be addressed in 7.19.6 (planned release: August 2009) ========================= -246 - small logic error with CURLOPT_NOPROXY - 248 - "Pausing pipeline problems." 249 - Wildcard cert name checking and null termination |