]> granicus.if.org Git - curl/commitdiff
FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION
authorDaniel Stenberg <daniel@haxx.se>
Mon, 9 Oct 2017 14:13:27 +0000 (16:13 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Oct 2017 14:13:27 +0000 (16:13 +0200)
docs/FAQ

index 5b981063711f704ab7845e3bba50ead1520bc6e3..7ed5fa0ce0f8724d0d9e675eccb708b6dd6678ca 100644 (file)
--- 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.