diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-07-30 22:44:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-07-30 22:44:07 +0000 |
commit | 01b2cf82ec9495f36976710af0015d4cf7f529cd (patch) | |
tree | f9d3cb9e0bb77da8796d9a8b66b97c37564cae68 /hiper/STATUS | |
parent | c033c4c71c44a29a043941c83688e2042dcd6660 (diff) |
curl_multi_socket() and curl_multi_socket_all() got modified prototypes: they
both now provide the number of running handles back to the calling function.
Diffstat (limited to 'hiper/STATUS')
-rw-r--r-- | hiper/STATUS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hiper/STATUS b/hiper/STATUS index 6b3e511f4..918611b8f 100644 --- a/hiper/STATUS +++ b/hiper/STATUS @@ -289,3 +289,12 @@ July 9, 2006 The set hashp pointer will then be passed on to the callback in upcoming calls when this same socket is used (in the brand new 'socketp' argument). + +--------------------------------------------------------------------------- + +July 30, 2006 + + Shockingly stupid (of me not having realized this before), but we really need + to add a 'running_handles' argument to the curl_multi_socket() and + curl_multi_socket_all() prototypes so that the caller can get to know when + all the transfers are actually done! |