diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-08-08 10:21:03 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-08-08 18:45:03 +0200 |
commit | 45d883d88df76af778ce7024912d3fdd08d13859 (patch) | |
tree | def58058c522f91a0d8c6f97a66eae0cf4aa3430 /TODO-RELEASE | |
parent | 3ef6418b611298ec748fe245eb082b8f33318aba (diff) |
CURLFORM_BUFFER: insert filename as documented
A regression where CURLFORM_BUFFER stopped to properly insert the file
name part in the formpart. Bug introduced in commit f851f768578dc096.
Added CURLFORM_BUFFER use to test 554 to verify this.
Bug: http://curl.haxx.se/mail/lib-2011-07/0176.html
Reported by: Henry Ludemann
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 5a3801534..9ce86d78f 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -36,9 +36,6 @@ To be addressed in 7.21.8 (or 7.22.0?) 301 - "Forcing select on vista" http://curl.haxx.se/mail/lib-2011-07/0128.html -302 - "Problem with file upload using CURLFORM_BUFFER" (Regression) - Henry Ludemann http://curl.haxx.se/mail/lib-2011-07/0176.html - 303 - "Added AUTH NTLM for SMTP" Steve Holme http://curl.haxx.se/mail/lib-2011-07/0186.html and http://curl.haxx.se/mail/lib-2011-08/0008.html |