summaryrefslogtreecommitdiff
path: root/tests/request.t
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2018-09-23 18:36:58 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2018-09-23 19:18:25 -0400
commit90c30d5e90a0eb1aedeebec905c468abce72d46f (patch)
tree2d602f8ae1ac610679835348d753ff5066c83cea /tests/request.t
parentb192231392e1d63f27880f1de9ef0d82253250a3 (diff)
downloadlighttpd-git-90c30d5e90a0eb1aedeebec905c468abce72d46f.tar.gz
[core] http_status_append()
Diffstat (limited to 'tests/request.t')
-rwxr-xr-xtests/request.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/request.t b/tests/request.t
index c1e8f472..96ef077b 100755
--- a/tests/request.t
+++ b/tests/request.t
@@ -332,10 +332,10 @@ $t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 416, 'HTTP-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>416 - Requested Range Not Satisfiable</title>
+ <title>416 Requested Range Not Satisfiable</title>
</head>
<body>
- <h1>416 - Requested Range Not Satisfiable</h1>
+ <h1>416 Requested Range Not Satisfiable</h1>
</body>
</html>
EOF
@@ -354,10 +354,10 @@ $t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 416, 'HTTP-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>416 - Requested Range Not Satisfiable</title>
+ <title>416 Requested Range Not Satisfiable</title>
</head>
<body>
- <h1>416 - Requested Range Not Satisfiable</h1>
+ <h1>416 Requested Range Not Satisfiable</h1>
</body>
</html>
EOF