diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-28 22:00:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-28 22:00:14 +0000 |
commit | 43ae26f146c99d5a8404a5fd4f327736233da72d (patch) | |
tree | 9ef3f7a619cd5c4b9e83b5c1da67c03740e18474 /CHANGES | |
parent | 3e01f70468b4ce0a0b9b6065f5922fd7a33c8b1a (diff) |
fixes!
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -6,10 +6,26 @@ Changelog + +Daniel (28 July 2004) +- Bertrand Demiddelaer fixed the host name to get setup properly even when a + connection is re-used, when a proxy is in use. Previously the wrong Host: + header could get sent when re-using a proxy connection to a different target + host. + +- Fixed Brian Akins' reported problems with duplicate Host: headers on re-used + connections. If you attempted to replace the Host: header in the second + request, you got two such headers! + +- src/Makefile.am now includes the Makefile.inc file to get info about files + Daniel (26 July 2004) - Made "curl [URL] -o name#2" work as expected. If there's no globbing for the #-number, it will simply be used as #2 in the file name. +- Bertrand Demiddelaer fixed testing with valgrind 2.1.x and added two missing + newlines in the cookie informationals. + Daniel (24 July 2004) - I fixed the autobuilds with ares, since they now need to have buildconf run in the ares dir before the configure script is run. |