From 89c29aa70f8dc07d73d7b6f01c0121dc3c335495 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Sat, 1 Feb 2014 13:58:41 +0100 Subject: HTTP tests: use CRLF as header seperator according to RFC 2616 Changes LF to CRLF and disables automatic output conversion. --- tests/data/test1335 | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'tests/data/test1335') diff --git a/tests/data/test1335 b/tests/data/test1335 index 3f43c7a57..bb499e73f 100644 --- a/tests/data/test1335 +++ b/tests/data/test1335 @@ -9,13 +9,13 @@ HTTP GET # -HTTP/1.1 200 OK -Date: Thu, 09 Nov 2010 14:49:00 GMT -Server: test-server/fake -Content-Length: 6 -Connection: close -Content-Type: text/html - +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Length: 6 +Connection: close +Content-Type: text/html + 12345 @@ -55,18 +55,18 @@ Accept: */* - + 12345 - -HTTP/1.1 200 OK -Date: Thu, 09 Nov 2010 14:49:00 GMT -Server: test-server/fake -Content-Length: 6 -Connection: close -Content-Type: text/html - + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Length: 6 +Connection: close +Content-Type: text/html + -- cgit v1.2.3