mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
CURLOPT_CHUNK_BGN_FUNCTION: fix typo
This commit is contained in:
parent
c6e7cbb94e
commit
6f8046f7a4
@ -40,7 +40,7 @@ This callback function gets called by libcurl before a part of the stream is
|
|||||||
going to be transferred (if the transfer supports chunks).
|
going to be transferred (if the transfer supports chunks).
|
||||||
|
|
||||||
The \fItransfer_info\fP pointer will point to a struct curl_fileinfo with
|
The \fItransfer_info\fP pointer will point to a struct curl_fileinfo with
|
||||||
details about the file that is about to get transfered.
|
details about the file that is about to get transferred.
|
||||||
|
|
||||||
This callback makes sense only when using the \fICURLOPT_WILDCARDMATCH(3)\fP
|
This callback makes sense only when using the \fICURLOPT_WILDCARDMATCH(3)\fP
|
||||||
option for now.
|
option for now.
|
||||||
|
Loading…
Reference in New Issue
Block a user