diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-19 09:36:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-19 09:36:44 +0000 |
commit | a0c8b9bc68730bf6290a308602d3f793a6bde25f (patch) | |
tree | d4c62b83b3269b790fa6b511641bc2ed7256c3f5 /CHANGES | |
parent | 0406b1facf8fa0190806d76bddc0578793f01c39 (diff) |
Stephan Bergmann pointed out two flaws in libcurl built with HTTP disabled:
1) the proxy environment variables are still read and used to set HTTP proxy
2) you couldn't disable http proxy with CURLOPT_PROXY (since the option was
disabled)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,16 @@ Changelog +Daniel (19 January 2005) +- Stephan Bergmann pointed out two flaws in libcurl built with HTTP disabled: + + 1) the proxy environment variables are still read and used to set HTTP proxy + + 2) you couldn't disable http proxy with CURLOPT_PROXY (since the option was + disabled) + + Based on Stephan's patch, both these issues should now be fixed. + Daniel (18 January 2005) - Cody Jones' enhanced version of Samuel Díaz García's MSVC makefile patch was applied. |