aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-07 22:24:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-07 22:24:16 +0000
commitf4cc8153aeb5209ddb9698b2b0780ab2bfdb3d44 (patch)
tree50f6df260e5e43b6d00c043241ceda915b6a745b /CHANGES
parente4d8cb4ee09c5b39c769ec9c7ec329f46ccc1dea (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 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c4a66c950..33e4230d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,11 @@
+Daniel (7 January 2006)
+- 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!
+
Daniel (6 January 2006)
- Alexander Lazic made the buildconf run the buildconf in the ares dir if that
is present instead of trying to mimic that script in curl's buildconf