diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-08-23 12:11:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-08-23 12:11:38 +0000 |
commit | 13dc82b9d4e3280e9fbb038027169a544fcbd171 (patch) | |
tree | 501aab02f8a678b72ebc83b2d85fc47e394a3672 /CHANGES | |
parent | a243dd45873cd226a0da2ca4acf6b140e4065950 (diff) |
- Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multi
interface, and the proxy would send Connection: close during the
authentication phase. http://curl.haxx.se/bug/view.cgi?id=2069047
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel Stenberg (23 Aug 2008) +- Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multi + interface, and the proxy would send Connection: close during the + authentication phase. http://curl.haxx.se/bug/view.cgi?id=2069047 + Daniel Fandrich (22 Aug 2008) - Fixed a problem when --dump-header - was given with more than one URL, which caused an error when the second header was dumped due to stdout |