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/test1001 | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/data/test1001') diff --git a/tests/data/test1001 b/tests/data/test1001 index aabbec916..529e77033 100644 --- a/tests/data/test1001 +++ b/tests/data/test1001 @@ -90,7 +90,6 @@ Host: %HOSTIP:%HTTPPORT Accept: */* Proxy-Connection: Keep-Alive Content-Length: 0 -Expect: 100-continue GET http://%HOSTIP:%HTTPPORT/1001 HTTP/1.1 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/1001", response="6af4d89c952f4dd4cc215a6878dc499d" -- cgit v1.2.3