Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed
authorDaniel Stenberg <daniel@haxx.se>
Fri, 24 Aug 2007 14:00:42 +0000 (14:00 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Aug 2007 14:00:42 +0000 (14:00 +0000)
commit7cba40b21831b54c9a36fce40209c49fd7e4aa00
tree1d20d41c607633e6855d66975fab3a86f0bbdae8
parentd994fcf2b1b22cf08073cec98b8deb7031758197
Bug report #1779054 (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.
CHANGES
RELEASE-NOTES
lib/ftp.c
tests/data/Makefile.am
tests/data/test1006 [new file with mode: 0644]