aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-02-04 22:46:51 +0100
committerDaniel Stenberg <daniel@haxx.se>2013-02-04 22:46:51 +0100
commit9ca812f38670977bdc0376934f295b1ca0a140c4 (patch)
tree23d3a262fdfdfe3e94c8e1e4cefc0bb2e4177883 /docs/FAQ
parenta94a68a3c1d04ccb53e46baa69753bbf6354ee14 (diff)
FAQ: clarify 5.13 How do I stop an ongoing transfer
Rich Gray provided good feedback and we now clarify that you can in fact stop a multi transfer at any point you like by removing the easy handle.
Diffstat (limited to 'docs/FAQ')
-rw-r--r--docs/FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 4a2905196..48075cea6 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1287,7 +1287,7 @@ FAQ
If you're using the multi interface, you can also stop a transfer by
removing the particular easy handle from the multi stack at any moment you
- think the transfer is done.
+ think the transfer is done or when you wish to abort the transfer.
5.14 Using C++ non-static functions for callbacks?