From 42937f87e65554ec4b887a5bd0b34abdbf2e0977 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 4 Apr 2014 14:50:18 +0200 Subject: HTTP: don't send Content-Length: 0 _and_ Expect: 100-continue Without request body there's no point in asking for 100-continue. Bug: http://curl.haxx.se/bug/view.cgi?id=1349 Reported-by: JimS --- tests/data/test1411 | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 tests/data/test1411 (limited to 'tests/data/test1411') diff --git a/tests/data/test1411 b/tests/data/test1411 new file mode 100644 index 000000000..3ffd586de --- /dev/null +++ b/tests/data/test1411 @@ -0,0 +1,60 @@ + + + +HTTP +PUT + + + + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT +ETag: "21025-dc7-39462498" +Accept-Ranges: bytes +Content-Length: 6 +Connection: close +Content-Type: text/html +Funny-head: yesyes + +-foo- + + + + +# +# Client-side + + +http + + +# make sure there's no Expect: 100-continue when there's no file to send! + +HTTP with zero size file PUT + + +http://%HOSTIP:%HTTPPORT/1411 -T log/empty1411 + +# create an empty file + + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +PUT /1411 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* +Content-Length: 0 + + + + -- cgit v1.2.3