diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-12-07 20:25:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-12-07 20:25:17 +0000 |
commit | ebe5339003df6b4247f3637c4df5272a8dd69909 (patch) | |
tree | 3d537cb712a39ab263cb95a9597388a17e4ad36b /tests/data/test565 | |
parent | 95362af43c6ab478e21a777c29eb98c8e093a0b2 (diff) |
- Martin Storsjo made libcurl use the Expect: 100-continue header for posts
with unknown size. Previously it was only used for posts with a known size
larger than 1024 bytes.
Diffstat (limited to 'tests/data/test565')
-rw-r--r-- | tests/data/test565 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test565 b/tests/data/test565 index 896db4061..838941fef 100644 --- a/tests/data/test565 +++ b/tests/data/test565 @@ -88,6 +88,7 @@ Host: 127.0.0.1:8990 Accept: */*
Transfer-Encoding: chunked
Content-Type: application/x-www-form-urlencoded
+Expect: 100-continue
3
one
|