diff options
author | Fabian Keil <fk@fabiankeil.de> | 2012-11-25 18:34:01 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-11-26 15:28:53 +0100 |
commit | 0683adbf50a99f0917c74cd3c5def77254ba9258 (patch) | |
tree | 931c3a00a05029872a9242ad282e3e0fd7684416 /tests/data/test565 | |
parent | 68e2c9a85faca7708fdb0a09c7c3278fea75f98b (diff) |
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.
Diffstat (limited to 'tests/data/test565')
-rw-r--r-- | tests/data/test565 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/test565 b/tests/data/test565 index fdf75a5f8..b8d12b45c 100644 --- a/tests/data/test565 +++ b/tests/data/test565 @@ -79,7 +79,6 @@ Accept: */* Transfer-Encoding: chunked
Content-Type: application/x-www-form-urlencoded
-
0
POST /565 HTTP/1.1
|