aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-07-10 22:31:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-07-10 22:31:13 +0000
commitdc2c70be070f0da6e61777d7a8cb2e47576b461c (patch)
treec84de0cd1a287e689b9d3325210c4ab1c26b1e26 /CHANGES
parent19631f5d5f4ccc5a65b441b80c7fa978c2e04883 (diff)
Giancarlo Formicuccia reported and fixed a problem with a closed connection
to a proxy during CONNECT auth negotiation.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bf4f46343..0f0b39175 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel S (11 July 2007)
+- Giancarlo Formicuccia reported and fixed a problem with a closed connection
+ to a proxy during CONNECT auth negotiation.
+
Dan F (10 July 2007)
- Fixed a curl memory leak reported by Song Ma with a modified version
of the patch he suggested. Added his test case as test289 to verify.