comparison src/http/modules/ngx_http_static_handler.c @ 63:36d2c25cc9bb

nginx-0.0.1-2003-02-26-23:21:43 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 26 Feb 2003 20:21:43 +0000
parents 4f3e2abcc2c4
children 5a7d1aaa1618
comparison
equal deleted inserted replaced
62:8ccba41a678e 63:36d2c25cc9bb
139 139
140 rc = ngx_http_send_header(r); 140 rc = ngx_http_send_header(r);
141 if (r->header_only) 141 if (r->header_only)
142 return rc; 142 return rc;
143 143
144 #if 0 144 #if 1
145 145
146 h->type = NGX_HUNK_FILE|NGX_HUNK_LAST; 146 h->type = NGX_HUNK_FILE|NGX_HUNK_LAST;
147 h->pos.file = 0; 147 h->pos.file = 0;
148 h->last.file = ngx_file_size(r->file.info); 148 h->last.file = ngx_file_size(r->file.info);
149 149