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/test273 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test273') diff --git a/tests/data/test273 b/tests/data/test273 index bb2372522..dc52a1054 100644 --- a/tests/data/test273 +++ b/tests/data/test273 @@ -12,7 +12,7 @@ HTTP Digest auth HTTP/1.1 401 Authorization Required swsclose Server: Apache/1.3.27 (Darwin) PHP/4.1.2 WWW-Authenticate: Digest realm="testrealm", nonce="1053604145" -WWW-Authenticate: Digest realm="testrealm", nonce="1053604145" +WWW-Authenticate: Digest realm="testrealm", nonce="1053604145" Content-Type: text/html; charset=iso-8859-1 This is not the real page @@ -33,7 +33,7 @@ This IS the real page! HTTP/1.1 401 Authorization Required swsclose Server: Apache/1.3.27 (Darwin) PHP/4.1.2 WWW-Authenticate: Digest realm="testrealm", nonce="1053604145" -WWW-Authenticate: Digest realm="testrealm", nonce="1053604145" +WWW-Authenticate: Digest realm="testrealm", nonce="1053604145" Content-Type: text/html; charset=iso-8859-1 HTTP/1.1 200 OK swsclose -- cgit v1.2.3