aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-16 22:22:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-16 22:22:11 +0000
commitb7acdbcb4c86367b17e6c18fb53637cd14309ac1 (patch)
tree5084bcf2fa7d45b1b04fbfdfd62568e5baac1509 /CHANGES
parent6e1e9caa32da099569bb95e64faf0b5f3cf103b5 (diff)
two more ftp directory re-use tests added
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4a4d75140..f72103274 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@
Daniel (16 December 2004)
+- Gisle found and fixed a problem in the directory re-use for FTP.
+
+ I added test case 215 and 216 to better verify the functionality.
+
- Dinar in bug report #1086121, found a file handle leak when a multipart
formpost (including a file upload part) was aborted before the whole file
was sent.