fixed -F to support setting type= even on parts that aren't file-uploads

This commit is contained in:
Daniel Stenberg
2004-09-10 21:47:52 +00:00
parent 1faa9d6fd5
commit 0ec4c66fba
6 changed files with 95 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o -F can now add Content-Type on non-file sections
o double Host: header when following Location: with replaced Host: fixed
o curl_multi_add_handle() return code fix
o "Proxy-Connection: close" is now understood and properly dealt with