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/test40 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tests/data/test40') diff --git a/tests/data/test40 b/tests/data/test40 index b56ff7587..6be0d1615 100644 --- a/tests/data/test40 +++ b/tests/data/test40 @@ -17,11 +17,11 @@ Connection: close -HTTP/1.1 200 OK swsclose -Location: this should be ignored -Date: Thu, 09 Nov 2010 14:49:00 GMT -Connection: close - +HTTP/1.1 200 OK swsclose +Location: this should be ignored +Date: Thu, 09 Nov 2010 14:49:00 GMT +Connection: close + body @@ -30,11 +30,11 @@ Location: ../moo.html/?name=d a niel&testcase=/400002 Date: Thu, 09 Nov 2010 14:49:00 GMT Connection: close -HTTP/1.1 200 OK swsclose -Location: this should be ignored -Date: Thu, 09 Nov 2010 14:49:00 GMT -Connection: close - +HTTP/1.1 200 OK swsclose +Location: this should be ignored +Date: Thu, 09 Nov 2010 14:49:00 GMT +Connection: close + body -- cgit v1.2.3