diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-02 07:42:54 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-02 07:42:54 +0100 |
commit | d7242f4757de67f02b13fac850c3472598f999ca (patch) | |
tree | 15f489c293337a304101cd2f35e1f51b84abab69 /tests/data/test650 | |
parent | e002f6c0cbec7f87fd7ed478cc463bbb9a33b085 (diff) |
Revert "mime: do not perform more than one read in a row"
This reverts commit ed0f357f7d25566110d4302f33759f4ffb5a6f83.
Diffstat (limited to 'tests/data/test650')
-rw-r--r-- | tests/data/test650 | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/data/test650 b/tests/data/test650 index 03fe43816..1a06064c7 100644 --- a/tests/data/test650 +++ b/tests/data/test650 @@ -63,7 +63,7 @@ Transfer-Encoding: chunked Content-Type: multipart/form-data; boundary=----------------------------
Expect: 100-continue
-361
+60a
------------------------------
Content-Disposition: form-data; name="fieldname"
Content-Type: text/plain
@@ -89,16 +89,12 @@ This is data from a file. Content-Disposition: attachment; filename="test650.filedata"
Content-Type: text/whatever
-
-a5
This is data from a file. ------------------------------
Content-Disposition: attachment; filename="test650.filedata"
Content-Type: text/whatever
-
-af
This is data from a file. --------------------------------
@@ -106,8 +102,6 @@ This is data from a file. ------------------------------
Content-Disposition: form-data; name="filecontents"
-
-10f
This is data from a file. ------------------------------
@@ -118,12 +112,8 @@ Content-Disposition: form-data; name="formlength" Content-Disposition: form-data; name="standardinput"
Content-Type: application/octet-stream
-
-16
Some data from stdin -30
-
--------------------------------
0
|