From 96abd9cfb886679ce85e9cb94ff45a7c42def30a Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sat, 10 Oct 2020 19:59:55 -0400 Subject: [core] coalesce nearby ranges in Range requests Range requests must be HTTP/1.1 or later (not HTTP/1.0) --- tests/docroot/123/100.txt | 10 ++++++++++ tests/docroot/123/Makefile.am | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 tests/docroot/123/100.txt (limited to 'tests/docroot') 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 -- cgit v1.2.1