mirror of
https://github.com/curl/curl.git
synced 2026-07-26 02:37:16 +03:00
Improved the logic the decides whether to use HTTP 1.1 features or not in a
request. Detect cases where an upload must be sent chunked and the server supports only HTTP 1.0 and return CURLE_UPLOAD_FAILED.
This commit is contained in:
parent
3acd1146f9
commit
91ff938035
12 changed files with 80 additions and 52 deletions
|
|
@ -9,14 +9,6 @@ HTTP/1.0
|
|||
|
||||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
HTTP/1.0 500 Impossible swsclose
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
|
||||
blablabla
|
||||
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue