summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-10-09 16:13:27 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-10-09 16:13:27 +0200
commit7f555dc5a497f6beedfe6c183e3bc2d47f434704 (patch)
tree88f091e3d15a0396838b44fb0aa71709255139bb
parent62a721ea47e1e697faa7e3d87c8c9025808a8667 (diff)
downloadcurl-7f555dc5a497f6beedfe6c183e3bc2d47f434704.tar.gz
FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION
-rw-r--r--docs/FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 5b9810637..7ed5fa0ce 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.