From 381e372939d72bb572c545b18bf050fd4fbca5b5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Aug 2007 14:18:06 +0000 Subject: Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed out that libcurl didn't deal with very long (>16K) FTP server response lines properly. Starting now, libcurl will chop them off (thus the client app will not get the full line) but survive and deal with them fine otherwise. Test case 1003 was added to verify this. --- RELEASE-NOTES | 1 + 1 file changed, 1 insertion(+) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6267f88f2..a5e660e49 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -44,6 +44,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 This release includes the following known bugs: -- cgit v1.2.3