comparison src/http/modules/ngx_http_static_handler.c @ 257:70e1c7d2b83d

nginx-0.0.2-2004-02-11-20:08:49 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Feb 2004 17:08:49 +0000
parents b6793bc5034b
children 35a6a9df2d25
comparison
equal deleted inserted replaced
256:8e39cab6abd5 257:70e1c7d2b83d
57 static ngx_int_t ngx_http_static_handler(ngx_http_request_t *r) 57 static ngx_int_t ngx_http_static_handler(ngx_http_request_t *r)
58 { 58 {
59 char *last; 59 char *last;
60 uint32_t file_crc, redirect_crc; 60 uint32_t file_crc, redirect_crc;
61 ngx_fd_t fd; 61 ngx_fd_t fd;
62 ngx_int_t rc, level; 62 ngx_int_t rc;
63 ngx_uint_t level;
63 ngx_str_t name, location; 64 ngx_str_t name, location;
64 ngx_err_t err; 65 ngx_err_t err;
65 ngx_log_t *log; 66 ngx_log_t *log;
66 ngx_hunk_t *h; 67 ngx_hunk_t *h;
67 ngx_chain_t out; 68 ngx_chain_t out;