diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-24 14:00:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-24 14:00:42 +0000 |
commit | 7cba40b21831b54c9a36fce40209c49fd7e4aa00 (patch) | |
tree | 1d20d41c607633e6855d66975fab3a86f0bbdae8 /CHANGES | |
parent | d994fcf2b1b22cf08073cec98b8deb7031758197 (diff) | |
download | curl-7cba40b21831b54c9a36fce40209c49fd7e4aa00.tar.gz |
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 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Changelog +Daniel S (24 August 2007) +- 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. + Patrick M (23 August 2007) - OS/400 port: new files lib/config-os400.h lib/setup-os400.h packages/OS400/*. See packages/OS400/README.OS400. |