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/test643 | |
parent | e002f6c0cbec7f87fd7ed478cc463bbb9a33b085 (diff) |
Revert "mime: do not perform more than one read in a row"
This reverts commit ed0f357f7d25566110d4302f33759f4ffb5a6f83.
Diffstat (limited to 'tests/data/test643')
-rw-r--r-- | tests/data/test643 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/data/test643 b/tests/data/test643 index e8da2b1c4..0eaf22c5f 100644 --- a/tests/data/test643 +++ b/tests/data/test643 @@ -69,18 +69,18 @@ s/boundary=------------------------[a-z0-9]*/boundary=-------------------------- POST /643 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
-Content-Length: 640
+Content-Length: 718
Content-Type: multipart/form-data; boundary=----------------------------
------------------------------
Content-Disposition: form-data; name="sendfile"; filename="postit2.c"
-dummy +this is what we post to the silly web server ------------------------------
Content-Disposition: form-data; name="callbackdata"
-dummy +this is what we post to the silly web server ------------------------------
Content-Disposition: form-data; name="filename"
@@ -99,18 +99,18 @@ blah blah POST /643 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
-Content-Length: 654
+Content-Length: 732
Content-Type: multipart/form-data; boundary=----------------------------
------------------------------
Content-Disposition: form-data; name="sendfile alternative"; filename="file name 2"
-dummy +this is what we post to the silly web server ------------------------------
Content-Disposition: form-data; name="callbackdata"
-dummy +this is what we post to the silly web server ------------------------------
Content-Disposition: form-data; name="filename"
|