aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test510
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-18 22:54:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-18 22:54:57 +0000
commit490cccba3cfd5ba54ecb64a10fb63c2f0e94a67d (patch)
treeeb23253d22757afac1453bb875043db4ffa65f6e /tests/data/test510
parent839441e236764996425fe768e9497b1f914cea3e (diff)
Andrew Biggs pointed out a "Expect: 100-continue" flaw where libcurl didn't
send the whole request at once, even though the Expect: header was disabled by the application. An effect of this change is also that small (< 1024 bytes) POSTs are now always sent without Expect: header since we deem it more costly to bother about that than the risk that we send the data in vain.
Diffstat (limited to 'tests/data/test510')
-rw-r--r--tests/data/test5101
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/test510 b/tests/data/test510
index 79c2d11a6..1c883f18d 100644
--- a/tests/data/test510
+++ b/tests/data/test510
@@ -39,7 +39,6 @@ Host: 127.0.0.1:%HTTPPORT
Accept: */*
Transfer-Encoding: chunked
Content-Type: application/x-www-form-urlencoded
-Expect: 100-continue
3
one