diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-26 23:29:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-26 23:29:35 +0000 |
commit | 04e4d9a0b3ef5653c816a309866e54a3913fa585 (patch) | |
tree | 5db6bac0bd224accaa6028b0c3f6306a4dcf63d6 /CHANGES | |
parent | f277124a0f78327f6a973518c073d6a9a458326b (diff) |
Dmitry Kurochkin mentioned a flaw
(http://curl.haxx.se/mail/lib-2007-12/0252.html) in detect_proxy() which
failed to set the bits.proxy variable properly when an environment variable
told libcurl to use a http proxy.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel S (27 Dec 2007) +- Dmitry Kurochkin mentioned a flaw + (http://curl.haxx.se/mail/lib-2007-12/0252.html) in detect_proxy() which + failed to set the bits.proxy variable properly when an environment variable + told libcurl to use a http proxy. + Daniel S (26 Dec 2007) - In an attempt to repeat the problem in bug report #1850730 (http://curl.haxx.se/bug/view.cgi?id=1850730) I wrote up test case 552. The |