diff options
author | Patrick Monnerat <patrick@monnerat.net> | 2017-10-12 19:36:16 +0100 |
---|---|---|
committer | Patrick Monnerat <patrick@monnerat.net> | 2017-10-12 19:36:16 +0100 |
commit | 0401734dfd39617a42318295a6e54064b40b2502 (patch) | |
tree | 823fce7c271e1a8ee7447260b9c690050f0c5c9e /tests/data/test650 | |
parent | 56509055d23986479f472d667625426f51074992 (diff) |
mime: keep "text/plain" content type if user-specified.
Include test cases in 554, 587, 650.
Fixes https://github.com/curl/curl/issues/1986
Diffstat (limited to 'tests/data/test650')
-rw-r--r-- | tests/data/test650 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/data/test650 b/tests/data/test650 index e07d4c10b..1a06064c7 100644 --- a/tests/data/test650 +++ b/tests/data/test650 @@ -63,9 +63,12 @@ Transfer-Encoding: chunked Content-Type: multipart/form-data; boundary=----------------------------
Expect: 100-continue
-5f0
+60a
------------------------------
Content-Disposition: form-data; name="fieldname"
+Content-Type: text/plain
+X-customheader-1: Header 1 data
+X-customheader-2: Header 2 data
this is what we post to the silly web server
------------------------------
@@ -98,15 +101,13 @@ This is data from a file. ------------------------------
Content-Disposition: form-data; name="filecontents"
-X-customheader-1: Header 1 data
-X-customheader-2: Header 2 data
This is data from a file. ------------------------------
Content-Disposition: form-data; name="formlength"
-1341
+1367
------------------------------
Content-Disposition: form-data; name="standardinput"
Content-Type: application/octet-stream
|