diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-11 14:00:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-11 14:00:45 +0000 |
commit | 29102befa66e009c668d6a51cc41051a273d4703 (patch) | |
tree | dca83edda366c442b09a414fa9d0dacbb711f840 /RELEASE-NOTES | |
parent | 9d1145598abf9fddae2e88cca9e114c12a1b7d9d (diff) | |
download | curl-29102befa66e009c668d6a51cc41051a273d4703.tar.gz |
Cyrill Osterwalder posted a detailed analysis about a bug that occurs when
using a custom Host: header and curl fails to send a request on a re-used
persistent connection and thus creates a new connection and resends it. It
then sent two Host: headers. Cyrill's analysis was posted here:
http://curl.haxx.se/mail/archive-2005-01/0022.html
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 54453c8e9..b39f2e41c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,7 @@ This release includes the following changes: This release includes the following bugfixes: + o duplicate Host: when failed connection re-use o SOCKS5 version check o memory problem with cleaning up multi interface o SSL certificate name memory leak @@ -35,6 +36,6 @@ advice from friends like these: Dan Fandrich, Peter Pentchev, Marcin Konicki, Rune Kleveland, David Shaw, Werner Koch, Gisle Vanem, Alex Neblett, Kai Sommerfeld, Marty Kuhrt, - Hzhijun, Pavel Orehov, Bruce Mitchener + Hzhijun, Pavel Orehov, Bruce Mitchener, Cyrill Osterwalder Thanks! (and sorry if I forgot to mention someone) |