diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-03-10 20:46:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-03-10 20:46:54 +0000 |
commit | 83a463891d843e1a21410665d080c5877282bc74 (patch) | |
tree | b4d203698b6894d0760b0d881b1e6a2abc981889 /docs/TODO | |
parent | 957b618fdcd4efe77623a863f091b2def53dadec (diff) |
added things to fix at the next major release/change
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -209,3 +209,10 @@ TODO fork()s and it should become even more portable. * Introduce a test suite that tests libcurl better and more explicitly. + +NEXT MAJOR RELEASE + + * curl_easy_cleanup() returns void, but curl_multi_cleanup() returns a + CURLMcode. These should be changed to be the same. + + * curl_formparse() should be removed |