diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-01-14 07:42:52 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-01-14 07:43:06 +0100 |
commit | 89dbb6a0da5de1c819b15e2188a88e0723a25c1f (patch) | |
tree | b06c62579cc8ec400d20c7647f30bce467fb046e /docs/TODO | |
parent | 2d159587112081a3d655377f39c1b25287b8ef90 (diff) |
TODO: Detect when called from witin callbacks
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -17,6 +17,7 @@ 1.4 signal-based resolver timeouts 1.5 get rid of PATH_MAX 1.6 Modified buffer size approach + 1.7 Detect when called from witin callbacks 2. libcurl - multi interface 2.1 More non-blocking @@ -175,6 +176,12 @@ Dynamically allocate buffer size depending on protocol in use in combination with freeing it after each individual transfer? Other suggestions? +1.7 Detect when called from witin callbacks + + We should set a state variable before calling callbacks, so that we + subsequently can add code within libcurl that returns error if called within + callbacks for when that's not supported. + 2. libcurl - multi interface |