diff options
author | Fabian Keil <fk@fabiankeil.de> | 2014-07-08 12:47:58 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-07-26 23:12:53 +0200 |
commit | 6543f6e36c8bf8552782539fc2fdfc37fa85109d (patch) | |
tree | accc98429642d7a5370f2a6a8517c0f6674e992d /tests/data/test1511 | |
parent | 2fab0d45a91a2c8685ad3cdb4685fe75b741e11c (diff) |
tests: Fix a couple of incomplete response lines
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 806657f77..d2b26e538 100644 --- a/tests/data/test1511 +++ b/tests/data/test1511 @@ -8,7 +8,7 @@ HTTP # Server-side <reply> <data> -HTTP/1.1 200
+HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fakem
Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
@@ -20,7 +20,7 @@ Hello World </data> <datacheck> -HTTP/1.1 200
+HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fakem
Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
@@ -28,7 +28,7 @@ Content-Type: text/html Content-Length: 12
Connection: close
-HTTP/1.1 200
+HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fakem
Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
|