From 7ff9222ced8c1630bef87d7d744c286874e659ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=A0=E8=97=A4=E9=83=81=E4=B9=8B?= Date: Tue, 14 Jan 2020 23:34:56 +0900 Subject: HTTP: increase EXPECT_100_THRESHOLD to 1Mb Mentioned: https://curl.haxx.se/mail/lib-2020-01/0050.html Closes #4814 --- tests/data/test1070 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test1070') 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 - -d @log/input1070 http://%HOSTIP:%HTTPPORT/1070 + -d @log/input1070 http://%HOSTIP:%HTTPPORT/1070 -H "Expect: 100-continue" 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 -- cgit v1.2.3