mirror of
https://github.com/curl/curl.git
synced 2026-06-05 00:54:14 +03:00
remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORY
This commit is contained in:
parent
a1087db5c6
commit
d9f686db88
8 changed files with 4 additions and 49 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -685,5 +685,4 @@ CURL_VERSION_SPNEGO 7.10.8
|
|||
CURL_VERSION_SSL 7.10
|
||||
CURL_VERSION_SSPI 7.13.2
|
||||
CURL_VERSION_TLSAUTH_SRP 7.21.4
|
||||
CURL_WRITEFUNC_OUT_OF_MEMORY 7.22.1
|
||||
CURL_WRITEFUNC_PAUSE 7.18.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue