From: Daniel Szmulewicz Date: Wed, 7 Feb 2024 12:13:14 +0000 (+0800) Subject: CURLOPT_WRITEFUNCTION.md: typo fix X-Git-Tag: curl-8_7_0~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d96828582670dc173a5f755689f8d8ba27fcb2a;p=thirdparty%2Fcurl.git CURLOPT_WRITEFUNCTION.md: typo fix The maximum amount of body data that is passed to the write callback is defined in the curl.h header file Closes #12889 --- diff --git a/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md b/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md index 8957439d33..cd870dbf90 100644 --- a/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md +++ b/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md @@ -38,7 +38,7 @@ The data passed to this function is not null-terminated. The callback function is passed as much data as possible in all invokes, but you must not make any assumptions. It may be one byte, it may be -thousands. The maximum amount of body data that is be passed to the write +thousands. The maximum amount of body data that is passed to the write callback is defined in the curl.h header file: *CURL_MAX_WRITE_SIZE* (the usual default is 16K). If CURLOPT_HEADER(3) is enabled, which makes header data get passed to the write callback, you can get up to