aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test18
diff options
context:
space:
mode:
authorFabian Keil <fk@fabiankeil.de>2012-11-14 19:49:12 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-11-19 10:58:02 +0100
commitab0fa55780b518502ff0712f37e8352323389cde (patch)
tree36380cb0cbf4c06c3b91e5e81611604f05903e70 /tests/data/test18
parent409f2a041f752ef635354e1dc7b2759fcd7088d6 (diff)
Do not mix CRLF and LF header endings in a couple of HTTP tests
Consistently use CRLF instead. The mixed endings weren't documented so I assume they were unintentional. This change doesn't matter for curl itself but makes using the tests with a proxy between curl and the test server more convenient. Tests that consistently use no carriage returns were left unmodified as one can easily work around this.
Diffstat (limited to 'tests/data/test18')
-rw-r--r--tests/data/test1836
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/data/test18 b/tests/data/test18
index ff65817d1..43e3ab39b 100644
--- a/tests/data/test18
+++ b/tests/data/test18
@@ -9,24 +9,24 @@ HTTP GET
# Server-side
<reply>
<data nocheck="yes">
-HTTP/1.1 200 OK
-Funny-head: yesyes
+HTTP/1.1 200 OK
+Funny-head: yesyes
Content-Length: 4
-
+
moo
</data>
<data2>
-HTTP/1.1 200 OK
-Funny-head: yesyes
+HTTP/1.1 200 OK
+Funny-head: yesyes
Content-Length: 4
-
+
foo
</data2>
<data3>
-HTTP/1.1 200 OK
-Funny-head: yesyes
+HTTP/1.1 200 OK
+Funny-head: yesyes
Content-Length: 4
-
+
hoo
</data3>
</reply>
@@ -68,22 +68,22 @@ Accept: */*
</protocol>
<stdout>
--_curl_--%HOSTIP:%HTTPPORT/18
-HTTP/1.1 200 OK
-Funny-head: yesyes
+HTTP/1.1 200 OK
+Funny-head: yesyes
Content-Length: 4
-
+
moo
--_curl_--%HOSTIP:%HTTPPORT/180002
-HTTP/1.1 200 OK
-Funny-head: yesyes
+HTTP/1.1 200 OK
+Funny-head: yesyes
Content-Length: 4
-
+
foo
--_curl_--%HOSTIP:%HTTPPORT/180003
-HTTP/1.1 200 OK
-Funny-head: yesyes
+HTTP/1.1 200 OK
+Funny-head: yesyes
Content-Length: 4
-
+
hoo
</stdout>
</verify>