summaryrefslogtreecommitdiff
path: root/src/config/headers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/headers.c')
-rw-r--r--src/config/headers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/headers.c b/src/config/headers.c
index 0afdfb3..c3aa94c 100644
--- a/src/config/headers.c
+++ b/src/config/headers.c
@@ -21,7 +21,7 @@ struct builtinheaders_s
static struct builtinheaders_s const builtinheaders[] =
{
- { .key = "Accept-Ranges", .value = "none", .overridable = 0 },
+ { .key = "Accept-Ranges", .value = "bytes", .overridable = 0 },
{ .key = "Allow", .value = 0, .overridable = 0 },
{ .key = "Cache-Control", .value = "private", .overridable = 1 },
{ .key = "Connection", .value = 0, .overridable = 0 },