aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1070
diff options
context:
space:
mode:
author加藤郁之 <fumilemon79@gmail.com>2020-01-14 23:34:56 +0900
committerDaniel Stenberg <daniel@haxx.se>2020-01-20 08:33:44 +0100
commit7ff9222ced8c1630bef87d7d744c286874e659ba (patch)
tree88f9d5bc624471654fb91e37833d3bbd227a7b83 /tests/data/test1070
parentc275aa9903a77fad5afd61b78ccecd33baed4aca (diff)
HTTP: increase EXPECT_100_THRESHOLD to 1Mb
Mentioned: https://curl.haxx.se/mail/lib-2020-01/0050.html Closes #4814
Diffstat (limited to 'tests/data/test1070')
-rw-r--r--tests/data/test10704
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1070 b/tests/data/test1070
index d202a9c07..81b473de4 100644
--- a/tests/data/test1070
+++ b/tests/data/test1070
@@ -32,7 +32,7 @@ http
HTTP POST with server closing connection before (all) data is received
</name>
<command>
- -d @log/input1070 http://%HOSTIP:%HTTPPORT/1070
+ -d @log/input1070 http://%HOSTIP:%HTTPPORT/1070 -H "Expect: 100-continue"
</command>
<file name="log/input1070">
This creates the named file with this content before the test case is run,
@@ -55,9 +55,9 @@ OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
POST /1070 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
+Expect: 100-continue
Content-Length: 2313
Content-Type: application/x-www-form-urlencoded
-Expect: 100-continue
This creates
</protocol>