mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:03:33 +03:00
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
This commit is contained in:
parent
c81021f747
commit
42937f87e6
7 changed files with 66 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue