]> granicus.if.org Git - curl/commitdiff
FAQ: clarify 5.13 How do I stop an ongoing transfer
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 Feb 2013 21:46:51 +0000 (22:46 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 Feb 2013 21:46:51 +0000 (22:46 +0100)
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.

docs/FAQ

index 4a29051968d0aba2d3155e478bc9050a5628a9eb..48075cea6d2f3c34d871bfc63b9f795a26a61d7d 100644 (file)
--- 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?