diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-10 21:47:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-10 21:47:52 +0000 |
commit | 0ec4c66fbaea2d024e4efa16a608e9099ef49de3 (patch) | |
tree | 9773b5af93f6a8e8b91d038247c745b5ba1a4bd6 /CHANGES | |
parent | 1faa9d6fd5a1d18f7181402959054f548389d91f (diff) |
fixed -F to support setting type= even on parts that aren't file-uploads
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog Daniel (10 September 2004) +- As found out by Jonas Forsman, curl didn't allow -F to set Content-Type on + text-parts. Starting now, we can do -F "name=daniel;type=text/extra". Added + test case 186 to verify. + - Bug report #1025986. When following a Location: with a custom Host: header replacement, curl only replaced the Host: header on the initial request and didn't replace it on the following ones. This resulted in requests with |