From ab0fa55780b518502ff0712f37e8352323389cde Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 14 Nov 2012 19:49:12 +0100 Subject: 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. --- tests/data/test13 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/data/test13') diff --git a/tests/data/test13 b/tests/data/test13 index 8f997f0af..18f7f8114 100644 --- a/tests/data/test13 +++ b/tests/data/test13 @@ -8,10 +8,10 @@ HTTP custom request # Server-side -HTTP/1.1 200 Read you +HTTP/1.1 200 Read you Content-Length: 29 -Deleted: suppose we got a header like this! ;-) - +Deleted: suppose we got a header like this! ;-) + blabla custom request result -- cgit v1.2.3