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.
This commit is contained in:
Daniel Stenberg
2007-08-22 14:18:06 +00:00
parent c347db2e0a
commit 381e372939
5 changed files with 86 additions and 5 deletions

View File

@@ -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: