summaryrefslogtreecommitdiff
path: root/tests/request.t
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-02-01 03:38:49 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2023-02-04 03:18:16 -0500
commit0945ce4f13292fd0a3e5124a64ffba6b161f5118 (patch)
tree4da66b5a13e77f57e78763a5098b4fedda71850f /tests/request.t
parent5aba760f7b6db0279d8f3da1d8f92177dee3b832 (diff)
downloadlighttpd-git-0945ce4f13292fd0a3e5124a64ffba6b161f5118.tar.gz
[tests] adjust outdated opt in tests/lighttpd.conf
adjust outdated setting in tests/lighttpd.conf (modern pdf clients properly handle range requests)
Diffstat (limited to 'tests/request.t')
-rwxr-xr-xtests/request.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/request.t b/tests/request.t
index 7347f0fa..f56a4300 100755
--- a/tests/request.t
+++ b/tests/request.t
@@ -439,7 +439,7 @@ ok($tf->handle_http($t) == 0, 'GET, Range start out of range');
$t->{REQUEST} = ( <<EOF
-GET /range.pdf HTTP/1.1
+GET /range.disabled HTTP/1.1
Host: 123.example.org
Range: bytes=0-
Connection: close