CURL_MAX_WRITE_SIZE is a new exported define that informs about the biggest

sized buffer that may be passed to a write callback
This commit is contained in:
Daniel Stenberg
2002-05-03 14:50:29 +00:00
parent 0b898b5a8a
commit d9a1a59f22
3 changed files with 6 additions and 3 deletions

View File

@@ -86,6 +86,8 @@ typedef int (*curl_progress_callback)(void *clientp,
double ultotal,
double ulnow);
#define CURL_MAX_WRITE_SIZE 20480
typedef size_t (*curl_write_callback)(char *buffer,
size_t size,
size_t nitems,