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/test174 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test174') diff --git a/tests/data/test174 b/tests/data/test174 index fc5ccc189..acb14365a 100644 --- a/tests/data/test174 +++ b/tests/data/test174 @@ -6,7 +6,7 @@ HTTP/1.1 200 beng swsclose Server: Microsoft-IIS/6.0 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth Content-Type: text/html; charset=iso-8859-1 -Content-Length: 26 +Content-Length: 26 This is not the real page -- cgit v1.2.3