From d9f686db88cc6ed01af8f7d690a9e44b7dcfb6ee Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 26 Sep 2011 03:18:51 +0200 Subject: remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORY --- docs/libcurl/curl_easy_setopt.3 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/libcurl/curl_easy_setopt.3') diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index b9d42b54e..9f6f11d89 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -160,11 +160,6 @@ From 7.18.0, the function can return CURL_WRITEFUNC_PAUSE which then will cause writing to this connection to become paused. See \fIcurl_easy_pause(3)\fP for further details. -From 7.22.1, the function can return CURL_WRITEFUNC_OUT_OF_MEMORY to indicate -libcurl that an attempt to dynamically allocate memory from within the write -callback itself has failed. This will abort the transfer and make libcurl -return CURLE_OUT_OF_MEMORY. - This function may be called with zero bytes data if the transferred file is empty. -- cgit v1.2.3