diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-17 22:21:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-17 22:21:41 +0000 |
commit | f3c7adcb5443ef9633bea3c0a6c52d9cce99360d (patch) | |
tree | 94db7cdacd7ea81b7360ded2e167cb1455f84143 /docs/TODO | |
parent | dcf698dc7419040a732806765d2e7d45cab3690e (diff) | |
download | curl-f3c7adcb5443ef9633bea3c0a6c52d9cce99360d.tar.gz |
NEXT soname bump
* #undef CURL_FTP_HTTPSTYLE_HEAD in lib/ftp.c to remove the HTTP-style headers
from being output in NOBODY requests over ftp
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -287,6 +287,11 @@ TODO * Make the test suite work on more platforms. OpenBSD and Mac OS. Remove fork()s and it should become even more portable. + NEXT soname bump + + * #undef CURL_FTP_HTTPSTYLE_HEAD in lib/ftp.c to remove the HTTP-style headers + from being output in NOBODY requests over ftp + NEXT MAJOR RELEASE * curl_easy_cleanup() returns void, but curl_multi_cleanup() returns a |