mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
testcurl.sh is dead, long live tests/testcurl.pl!
This commit is contained in:
parent
821a23535b
commit
0cb297abc9
7
CHANGES
7
CHANGES
@ -7,6 +7,9 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
Daniel (21 June 2004)
|
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
|
- 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
|
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
|
stops the upload and libcurl will continue waiting for downloaded data and
|
||||||
@ -16,6 +19,10 @@ Daniel (21 June 2004)
|
|||||||
CURL_READFUNC_ABORT to abort an upload from a read callback. This will stop
|
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.
|
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)
|
Daniel (19 June 2004)
|
||||||
- Luca Alteas provided a test case with a failing curl operation: when we POST
|
- Luca Alteas provided a test case with a failing curl operation: when we POST
|
||||||
to a site with --digest (or similar) set, and the server responded with a 302
|
to a site with --digest (or similar) set, and the server responded with a 302
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
EXTRA_DIST = CHANGES COPYING maketgz reconf Makefile.dist \
|
EXTRA_DIST = CHANGES COPYING maketgz reconf Makefile.dist \
|
||||||
curl-config.in curl-style.el sample.emacs testcurl.sh RELEASE-NOTES
|
curl-config.in curl-style.el sample.emacs RELEASE-NOTES
|
||||||
|
|
||||||
bin_SCRIPTS = curl-config
|
bin_SCRIPTS = curl-config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user