mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:43:47 +03:00
- Martin Storsjo made libcurl use the Expect: 100-continue header for posts
with unknown size. Previously it was only used for posts with a known size larger than 1024 bytes.
This commit is contained in:
parent
95362af43c
commit
ebe5339003
5 changed files with 10 additions and 2 deletions
|
|
@ -40,6 +40,7 @@ Host: %HOSTIP:%HTTPPORT
|
|||
Accept: */*
|
||||
Transfer-Encoding: chunked
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Expect: 100-continue
|
||||
|
||||
3
|
||||
one
|
||||
|
|
|
|||
|
|
@ -88,6 +88,7 @@ Host: 127.0.0.1:8990
|
|||
Accept: */*
|
||||
Transfer-Encoding: chunked
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Expect: 100-continue
|
||||
|
||||
3
|
||||
one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue