diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-07 22:24:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-07 22:24:16 +0000 |
commit | f4cc8153aeb5209ddb9698b2b0780ab2bfdb3d44 (patch) | |
tree | 50f6df260e5e43b6d00c043241ceda915b6a745b /RELEASE-NOTES | |
parent | e4d8cb4ee09c5b39c769ec9c7ec329f46ccc1dea (diff) |
Mike Jean fixed so that the second CONNECT when doing FTP over a HTTP proxy
actually used a new connection and not sent the second request on the first
socket!
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 e0c56f8dd..8ea88cfc2 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,7 @@ This release includes the following changes: This release includes the following bugfixes: + o FTP over HTTP proxy now sends the second CONNECT properly o numerous compiler warnings and build quirks for various compilers have been addressed o supports name and passwords up to 255 bytes long, embedded in URLs @@ -29,6 +30,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Dov Murik, Jean Jacques Drouin, Andres Garcia, Yang Tse, Gisle Vanem, Dan - Fandrich, Alexander Lazic + Fandrich, Alexander Lazic, Mike Jean Thanks! (and sorry if I forgot to mention someone) |