FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION

This commit is contained in:
Daniel Stenberg 2017-10-09 16:13:27 +02:00
parent 62a721ea47
commit 7f555dc5a4
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -1418,7 +1418,7 @@ FAQ
timed out. timed out.
The most flexible way is by writing your own time-out logic and using 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 use that to figure out exactly when the right condition is met when the
transfer should get stopped. transfer should get stopped.