From: Daniel Stenberg Date: Mon, 4 Feb 2013 21:46:51 +0000 (+0100) Subject: FAQ: clarify 5.13 How do I stop an ongoing transfer X-Git-Tag: upstream/7.37.1~2250 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ca812f38670977bdc0376934f295b1ca0a140c4;p=platform%2Fupstream%2Fcurl.git 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. --- diff --git a/docs/FAQ b/docs/FAQ index 4a29051..48075ce 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?