From ebe5339003df6b4247f3637c4df5272a8dd69909 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 7 Dec 2009 20:25:17 +0000 Subject: - 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. --- tests/data/test510 | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/data/test510') diff --git a/tests/data/test510 b/tests/data/test510 index 360d6e96e..8313f51c3 100644 --- a/tests/data/test510 +++ b/tests/data/test510 @@ -40,6 +40,7 @@ Host: %HOSTIP:%HTTPPORT Accept: */* Transfer-Encoding: chunked Content-Type: application/x-www-form-urlencoded +Expect: 100-continue 3 one -- cgit v1.2.3