diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-02-04 22:46:51 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-02-04 22:46:51 +0100 |
commit | 9ca812f38670977bdc0376934f295b1ca0a140c4 (patch) | |
tree | 23d3a262fdfdfe3e94c8e1e4cefc0bb2e4177883 /docs/FAQ | |
parent | a94a68a3c1d04ccb53e46baa69753bbf6354ee14 (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/FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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? |