mirror of
https://github.com/curl/curl.git
synced 2026-04-24 23:12:11 +03:00
parent
a06c0a5bce
commit
c14a9c8124
1 changed files with 2 additions and 1 deletions
|
|
@ -51,7 +51,8 @@ This function may be called multiple times if redirections are enabled and are
|
|||
being followed (see CURLOPT_FOLLOWLOCATION(3)).
|
||||
|
||||
The callback function must return *CURL_PREREQFUNC_OK* on success, or
|
||||
*CURL_PREREQFUNC_ABORT* to cause the transfer to fail.
|
||||
*CURL_PREREQFUNC_ABORT* to cause the transfer to fail with result
|
||||
*CURLE_ABORTED_BY_CALLBACK*.
|
||||
|
||||
This function is passed the following arguments:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue