diff options
author | Fabian Keil <fk@fabiankeil.de> | 2013-08-11 19:55:44 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-08-11 19:55:44 +0200 |
commit | 432431368f7f4992f12f752a7459ebdf43eb81af (patch) | |
tree | e28a46870c7e0aed4d0bb4a75a3baf12afc33664 /tests/data/test1511 | |
parent | 4b0028f82d7f60dc97cb3249ae275a71a13fa693 (diff) | |
download | curl-432431368f7f4992f12f752a7459ebdf43eb81af.tar.gz |
test1511: consistently terminate headers with CRLF
Diffstat (limited to 'tests/data/test1511')
-rw-r--r-- | tests/data/test1511 | 6 |
1 files 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
|