diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-02-26 20:21:43 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-02-26 20:21:43 +0000 |
commit | ff148df8f694212e2cf13f0d43532949433831a2 (patch) | |
tree | 1323b3de05544f57639c20080db3ac386bc0050d /src/http/modules/ngx_http_static_handler.c | |
parent | 9a5f495afdf8cc1d33ae1741e1409c0bdcc3589d (diff) | |
download | nginx-ff148df8f694212e2cf13f0d43532949433831a2.tar.gz nginx-ff148df8f694212e2cf13f0d43532949433831a2.zip |
nginx-0.0.1-2003-02-26-23:21:43 import
Diffstat (limited to 'src/http/modules/ngx_http_static_handler.c')
-rw-r--r-- | src/http/modules/ngx_http_static_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |