mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:13:31 +03:00
Toshiyuki Maezawa reported that when doing a POST with a read callback,
libcurl didn't properly send an Expect: 100-continue header. It does now.
This commit is contained in:
parent
6a27449922
commit
c904b6b5bf
6 changed files with 46 additions and 34 deletions
|
|
@ -41,6 +41,7 @@ Pragma: no-cache
|
|||
Accept: */*
|
||||
Content-Length: 0
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Expect: 100-continue
|
||||
|
||||
</protocol>
|
||||
</verify>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue