aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-08-24 14:00:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-08-24 14:00:42 +0000
commit7cba40b21831b54c9a36fce40209c49fd7e4aa00 (patch)
tree1d20d41c607633e6855d66975fab3a86f0bbdae8 /RELEASE-NOTES
parentd994fcf2b1b22cf08073cec98b8deb7031758197 (diff)
Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed
out that libcurl didn't deal with large responses from server commands, when the single response was consisting of multiple lines but of a total size of 16KB or more. Dan Fandrich improved the ftp test script and provided test case 1006 to repeat the problem, and I fixed the code to make sure this new test case runs fine.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 69c0144ad..5f5aa4d69 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -45,7 +45,7 @@ This release includes the following bugfixes:
o resume HTTP PUT using Digest authentication
o FTP NOBODY requests on directories sent "SIZE (null)"
o FTP NOBODY request on file crash
- o excessively long FTP server response lines
+ o excessively long FTP server responses and response lines
o file:// upload then FTP:// upload crash
This release includes the following known bugs: