diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-08-25 16:04:55 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-08-25 16:05:04 +0200 |
commit | 186463e7fa863ad6aa7dfbb8ad4378badc93203c (patch) | |
tree | 8d73e7b708a97c65148cd44213238abe532a2427 /docs | |
parent | d535cff77517214015e2d495677c40cfdec93053 (diff) |
TODO: progress callback without doubles
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -17,6 +17,7 @@ 1.3 struct lifreq 1.4 signal-based resolver timeouts 1.5 get rid of PATH_MAX + 1.6 progress callback without doubles 2. libcurl - multi interface 2.1 More non-blocking @@ -145,6 +146,15 @@ we need libssh2 to properly tell us when we pass in a too small buffer and its current API (as of libssh2 1.2.7) doesn't. +1.6 progress callback without doubles + + The progress callback was introduced way back in the days and the choice to + use doubles in the arguments was possibly good at the time. Today the doubles + only confuse users and make the amounts less precise. We should introduce + another progress callback option that take precedence over the old one and + have both co-exist for a forseeable time until we can remove the double-using + one. + 2. libcurl - multi interface 2.1 More non-blocking |