diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-21 14:58:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-21 14:58:03 +0000 |
commit | 0cb297abc9c874592d2647b180a096df6a88f438 (patch) | |
tree | 48065b16c4a1c9c17f9da18976473336c71ca8ed /CHANGES | |
parent | 821a23535b6cef515bd06a815b2b5476587367da (diff) |
testcurl.sh is dead, long live tests/testcurl.pl!
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,9 @@ Changelog Daniel (21 June 2004) +- testcurl.sh is now removed completely, tests/testcurl.pl is the script to + use when autobuilding curl! + - Kjetil Jacobsen brought my attention to the fact that you cannot properly abort an upload with the readfunction callback, since returning 0 or -1 only stops the upload and libcurl will continue waiting for downloaded data and @@ -15,6 +18,10 @@ Daniel (21 June 2004) Thus, I've now added the ability for read callbacks to return CURL_READFUNC_ABORT to abort an upload from a read callback. This will stop the transfer immediately with a CURLE_ABORTED_BY_CALLBACK return code. + + Test case 513 was added to verify that it works. I had to improve the test + HTTP server too to dump the request to a file even when the client + disconnects prematurely. Daniel (19 June 2004) - Luca Alteas provided a test case with a failing curl operation: when we POST |