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

item 24 fixed, edited a few issues

This commit is contained in:
Daniel Stenberg 2004-02-16 15:27:40 +00:00
parent ccdaa0b51f
commit 29bedfcf7f

View File

@ -13,13 +13,12 @@ To get fixed in 7.11.1 (planned release in March 2004)
10. Anton Fedorov's "dumpcert" patch (only mailed to me privately) UNASSIGNED 10. Anton Fedorov's "dumpcert" patch (only mailed to me privately) UNASSIGNED
12. PUT and POST with multiple auth bits do wrong. #862835 Patch posted to 12. PUT and POST with multiple auth bits or simply with NTLM or Digest do
list. (Awaiting feedback) wrong. #862835 Patch posted to list. (Awaiting feedback)
14. Evaluate/apply Gertjan van Wingerde's SSL patches, UNASSIGNED 14. Evaluate/apply Gertjan van Wingerde's SSL patches, UNASSIGNED
19. Resolve Giuseppe Attardi's "elusive cache bug" (work required). 19. Resolve Giuseppe Attardi's "elusive cache bug" FIXED?
UNASSIGNED
21. Send QUIT before closing an FTP connection. Joe Halpin works on this. 21. Send QUIT before closing an FTP connection. Joe Halpin works on this.
@ -27,10 +26,6 @@ To get fixed in 7.11.1 (planned release in March 2004)
At least the UTF8 conversion and comparison should be done. Patch? At least the UTF8 conversion and comparison should be done. Patch?
UNASSIGNED UNASSIGNED
24. When using ares, create the ares channel in the curl_easy_init function
and re-use the same channel during the life time of the curl handle.
UNASSIGNED
25. Curl_strtoll() is not part of the libcurl API, yet 'curl' needs a function 25. Curl_strtoll() is not part of the libcurl API, yet 'curl' needs a function
like this. We need to sort out how to deal with it. I really don't like like this. We need to sort out how to deal with it. I really don't like
adding non-transfer related functions to the API. Is there a downside with adding non-transfer related functions to the API. Is there a downside with