mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION
This commit is contained in:
parent
62a721ea47
commit
7f555dc5a4
2
docs/FAQ
2
docs/FAQ
@ -1418,7 +1418,7 @@ FAQ
|
||||
timed out.
|
||||
|
||||
The most flexible way is by writing your own time-out logic and using
|
||||
CURLOPT_PROGRESSFUNCTION (perhaps in combination with other callbacks) and
|
||||
CURLOPT_XFERINFOFUNCTION (perhaps in combination with other callbacks) and
|
||||
use that to figure out exactly when the right condition is met when the
|
||||
transfer should get stopped.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user