]> granicus.if.org Git - curl/commit
CURLFORM_BUFFER: insert filename as documented
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Aug 2011 08:21:03 +0000 (10:21 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Aug 2011 16:45:03 +0000 (18:45 +0200)
commit45d883d88df76af778ce7024912d3fdd08d13859
treedef58058c522f91a0d8c6f97a66eae0cf4aa3430
parent3ef6418b611298ec748fe245eb082b8f33318aba
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
TODO-RELEASE
lib/formdata.c
tests/data/test554
tests/libtest/lib554.c