From ff148df8f694212e2cf13f0d43532949433831a2 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 26 Feb 2003 20:21:43 +0000 Subject: nginx-0.0.1-2003-02-26-23:21:43 import --- src/http/modules/ngx_http_static_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules') diff --git a/src/http/modules/ngx_http_static_handler.c b/src/http/modules/ngx_http_static_handler.c index a7ba91231..8360cc367 100644 --- a/src/http/modules/ngx_http_static_handler.c +++ b/src/http/modules/ngx_http_static_handler.c @@ -141,7 +141,7 @@ int ngx_http_static_handler(ngx_http_request_t *r) if (r->header_only) return rc; -#if 0 +#if 1 h->type = NGX_HUNK_FILE|NGX_HUNK_LAST; h->pos.file = 0; -- cgit