diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-14 10:11:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-14 10:11:34 +0000 |
commit | 5cdcc2b3aad86e4d29c701e37a82386299541d0a (patch) | |
tree | d12b6c99db79f676a5a01fa9d6d1264cfdae1d1f /docs/TODO | |
parent | 652e2cf57c20616ef257a483d76832bc30c3b218 (diff) |
the curl_multi_handle_control() idea
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -76,6 +76,16 @@ TODO internally use and assume the multi interface. The select()-loop should use curl_multi_socket(). + * curl_multi_handle_control() - this can control the easy handle (while) + added to a multi handle in various ways: + o RESTART, unconditionally restart this easy handle's transfer from the + start, re-init the state + o RESTART_COMPLETED, restart this easy handle's transfer but only if the + existing transfer has already completed and it is in a "finished state". + o STOP, just stop this transfer and consider it completed + o PAUSE? + o RESUME? + DOCUMENTATION * More and better |