summaryrefslogtreecommitdiff
path: root/tests/mod-compress.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mod-compress.t')
-rwxr-xr-xtests/mod-compress.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mod-compress.t b/tests/mod-compress.t
index 966f6130..bbcabfee 100755
--- a/tests/mod-compress.t
+++ b/tests/mod-compress.t
@@ -87,7 +87,7 @@ User-Agent: MYOB/6.66 (AN/ON)
Connection: close
EOF
);
-$t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200, '+Vary' => '', 'Content-Type' => "text/plain; charset=utf-8" } ];
+$t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200, '-Content-Encoding' => '', 'Content-Type' => "text/plain; charset=utf-8" } ];
ok($tf->handle_http($t) == 0, 'Empty Accept-Encoding');
$t->{REQUEST} = ( <<EOF