FILE: Fixed sending of data would always return CURLE_WRITE_ERROR
authorSteve Holme <steve_holme@hotmail.com>
Fri, 27 Dec 2013 10:55:01 +0000 (10:55 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 27 Dec 2013 10:58:31 +0000 (10:58 +0000)
commitf2d234a4dd9bcc5760d92697546fea14b5897a0e
tree3bc3e72f6a35fa2e26a75feb95bc95cde4cded54
parent2a4ee0d221555686b4a8eae87e54a19e128f7271
FILE: Fixed sending of data would always return CURLE_WRITE_ERROR

Introduced in commit 2a4ee0d2215556 sending of data via the FILE
protocol would always return CURLE_WRITE_ERROR regardless of whether
CURL_WRITEFUNC_PAUSE was returned from the callback function or not.
lib/sendf.c