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:
Fabian Keil 2012-11-25 18:34:01 +01:00 committed by Daniel Stenberg
parent 68e2c9a85f
commit 0683adbf50
3 changed files with 10 additions and 8 deletions

View file

@ -47,7 +47,6 @@ Accept: */*
Transfer-Encoding: chunked
Content-Type: application/x-www-form-urlencoded
0
</protocol>

View file

@ -79,7 +79,6 @@ Accept: */*
Transfer-Encoding: chunked
Content-Type: application/x-www-form-urlencoded
0
POST /565 HTTP/1.1