summaryrefslogtreecommitdiff
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
parenta94a68a3c1d04ccb53e46baa69753bbf6354ee14 (diff)
downloadgnurl-9ca812f38670977bdc0376934f295b1ca0a140c4.tar.gz
gnurl-9ca812f38670977bdc0376934f295b1ca0a140c4.tar.bz2
gnurl-9ca812f38670977bdc0376934f295b1ca0a140c4.zip
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.
-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?