From 432431368f7f4992f12f752a7459ebdf43eb81af Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 11 Aug 2013 19:55:44 +0200
Subject: [PATCH] test1511: consistently terminate headers with CRLF

---
 tests/data/test1511 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/data/test1511 b/tests/data/test1511
index b52bd1fb0..806657f77 100644
--- a/tests/data/test1511
+++ b/tests/data/test1511
@@ -10,7 +10,7 @@ HTTP
 <data>
 HTTP/1.1 200
 Date: Thu, 09 Nov 2010 14:49:00 GMT
-Server: test-server/fakem
+Server: test-server/fakem
 Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
 Content-Type: text/html
 Content-Length: 12
@@ -22,7 +22,7 @@ Hello World
 <datacheck>
 HTTP/1.1 200
 Date: Thu, 09 Nov 2010 14:49:00 GMT
-Server: test-server/fakem
+Server: test-server/fakem
 Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
 Content-Type: text/html
 Content-Length: 12
@@ -30,7 +30,7 @@ Connection: close
 
 HTTP/1.1 200
 Date: Thu, 09 Nov 2010 14:49:00 GMT
-Server: test-server/fakem
+Server: test-server/fakem
 Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
 Content-Type: text/html
 Content-Length: 12
-- 
2.40.0