mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:53:31 +03:00
Remove stray CRLF in chunk-encoded content-free request bodies
.. that are sent when auth-negotiating before a chunked upload or when setting the 'Transfer-Encoding: chunked' header and intentionally sending no content. Adjust test565 and test1333 accordingly.
This commit is contained in:
parent
68e2c9a85f
commit
0683adbf50
3 changed files with 10 additions and 8 deletions
|
|
@ -47,7 +47,6 @@ Accept: */*
|
|||
Transfer-Encoding: chunked
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
|
||||
0
|
||||
|
||||
</protocol>
|
||||
|
|
|
|||
|
|
@ -79,7 +79,6 @@ Accept: */*
|
|||
Transfer-Encoding: chunked
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
|
||||
0
|
||||
|
||||
POST /565 HTTP/1.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue