mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:13:32 +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
|
|
@ -82,7 +82,6 @@ PUT /88 HTTP/1.1
|
|||
Host: %HOSTIP:%HTTPPORT
|
||||
Accept: */*
|
||||
Content-Length: 0
|
||||
Expect: 100-continue
|
||||
|
||||
PUT /88 HTTP/1.1
|
||||
Authorization: Digest username="testuser", realm="testrealm", nonce="1053604145", uri="/88", response="78a49fa53d0c228778297687d4168e71"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue