From: Daniel Stenberg Date: Mon, 9 Oct 2017 14:13:27 +0000 (+0200) Subject: FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION X-Git-Tag: curl-7_56_1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f555dc5a497f6beedfe6c183e3bc2d47f434704;p=thirdparty%2Fcurl.git FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION --- diff --git a/docs/FAQ b/docs/FAQ index 5b98106371..7ed5fa0ce0 100644 --- a/docs/FAQ +++ b/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.