diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-10 22:31:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-10 22:31:13 +0000 |
commit | dc2c70be070f0da6e61777d7a8cb2e47576b461c (patch) | |
tree | c84de0cd1a287e689b9d3325210c4ab1c26b1e26 /CHANGES | |
parent | 19631f5d5f4ccc5a65b441b80c7fa978c2e04883 (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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |