diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-04-04 14:50:18 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-04-04 15:46:35 +0200 |
commit | 42937f87e65554ec4b887a5bd0b34abdbf2e0977 (patch) | |
tree | 30f1ac7aa9b7aac7c1cced638570637f5939223b /tests/data/test1002 | |
parent | c81021f74796a391be739665fec64431a66325c4 (diff) |
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
Diffstat (limited to 'tests/data/test1002')
-rw-r--r-- | tests/data/test1002 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/test1002 b/tests/data/test1002 index 829444ce0..c2b811fe0 100644 --- a/tests/data/test1002 +++ b/tests/data/test1002 @@ -89,7 +89,6 @@ Host: %HOSTIP:%HTTPPORT Accept: */*
Proxy-Connection: Keep-Alive
Content-Length: 0
-Expect: 100-continue
GET http://%HOSTIP:%HTTPPORT/1002.upload1 HTTP/1.1
Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/1002.upload1", response="198aa9b6acb4b0c71d02a197a5e41f54"
|