The read callback can now return CURL_READFUNC_ABORT to stop a transfer.
authorDaniel Stenberg <daniel@haxx.se>
Mon, 21 Jun 2004 14:07:38 +0000 (14:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 21 Jun 2004 14:07:38 +0000 (14:07 +0000)
commit8e287210577223b7d6dfb66034eca77c24a58b7f
tree14d43435fcba77259af99ff53e102a65af11ee88
parent8d2120566ec88eb01f1eb5b4e50115cff1e0b2e5
The read callback can now return CURL_READFUNC_ABORT to stop a transfer.
lib/file.c
lib/transfer.c
lib/transfer.h