1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

added things to fix at the next major release/change

This commit is contained in:
Daniel Stenberg 2003-03-10 20:46:54 +00:00
parent 957b618fdc
commit 83a463891d

View File

@ -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