From 31f7f6a5410c258e9ad85a4b166804bc57b4c0b9 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 12 May 2004 05:37:55 +0000 Subject: nginx-0.0.3-2004-05-12-09:37:55 import --- src/http/modules/ngx_http_static_handler.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/modules/ngx_http_static_handler.c') diff --git a/src/http/modules/ngx_http_static_handler.c b/src/http/modules/ngx_http_static_handler.c index ae1b8170d..d06113b8a 100644 --- a/src/http/modules/ngx_http_static_handler.c +++ b/src/http/modules/ngx_http_static_handler.c @@ -480,6 +480,7 @@ static ngx_int_t ngx_http_static_handler(ngx_http_request_t *r) return NGX_HTTP_INTERNAL_SERVER_ERROR; } + r->filter |= NGX_HTTP_FILTER_ALLOW_RANGES; rc = ngx_http_send_header(r); if (rc == NGX_ERROR || rc > NGX_OK || r->header_only) { -- cgit