summaryrefslogtreecommitdiff
path: root/tests/docroot
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-10-10 19:59:55 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-10-19 21:40:14 -0400
commit96abd9cfb886679ce85e9cb94ff45a7c42def30a (patch)
tree094080dd5b203aa11ff6f1d376fe77039f79cd06 /tests/docroot
parent2f7839e88fd098a4bb6dd98dfa1ef2ae038c2bcf (diff)
downloadlighttpd-git-96abd9cfb886679ce85e9cb94ff45a7c42def30a.tar.gz
[core] coalesce nearby ranges in Range requests
Range requests must be HTTP/1.1 or later (not HTTP/1.0)
Diffstat (limited to 'tests/docroot')
-rw-r--r--tests/docroot/123/100.txt10
-rw-r--r--tests/docroot/123/Makefile.am2
2 files changed, 11 insertions, 1 deletions
diff --git a/tests/docroot/123/100.txt b/tests/docroot/123/100.txt
new file mode 100644
index 00000000..c4782fd3
--- /dev/null
+++ b/tests/docroot/123/100.txt
@@ -0,0 +1,10 @@
+123456789
+123456789
+123456789
+123456789
+123456789
+123456789
+123456789
+123456789
+123456789
+abcdefghi
diff --git a/tests/docroot/123/Makefile.am b/tests/docroot/123/Makefile.am
index e998042e..f77f883a 100644
--- a/tests/docroot/123/Makefile.am
+++ b/tests/docroot/123/Makefile.am
@@ -1 +1 @@
-EXTRA_DIST=12345.html 12345.txt dummyfile.bla phpinfo.php
+EXTRA_DIST=100.txt 12345.html 12345.txt dummyfile.bla phpinfo.php