mirror of
https://github.com/curl/curl.git
synced 2025-09-07 21:05:09 +03:00
CURLOPT_READFUNCTION.md: mention the seek callback
Brought-up-by: Jeroen Ooms URL: https://curl.se/mail/lib-2025-05/0030.html Closes #17455
This commit is contained in:
parent
ac7e2c3dc6
commit
217c22f315
|
@ -71,6 +71,11 @@ CURLOPT_INFILESIZE_LARGE(3) or CURLOPT_POSTFIELDSIZE_LARGE(3),
|
|||
depending on the type of transfer. For some transfer types it may be required
|
||||
and it allows for better error checking.
|
||||
|
||||
When this option is used in combination with telling libcurl to follow
|
||||
redirects with CURLOPT_FOLLOWLOCATION(3), the data might need to be rewound
|
||||
and sent again. The CURLOPT_SEEKFUNCTION(3) can then be invoked for that
|
||||
rewind operation.
|
||||
|
||||
# DEFAULT
|
||||
|
||||
fread(3)
|
||||
|
|
Loading…
Reference in New Issue
Block a user