comparison src/http/ngx_http_request.h @ 2138:fb3b084e7d42

test Content-Type via hash: *) ngx_http_test_content_type() *) ngx_http_types_slot() *) ngx_http_merge_types()
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Aug 2008 11:29:09 +0000
parents c8039b26a949
children 29d26406e1bd
comparison
equal deleted inserted replaced
2137:76d5af541412 2138:fb3b084e7d42
242 ngx_str_t *override_charset; 242 ngx_str_t *override_charset;
243 243
244 size_t content_type_len; 244 size_t content_type_len;
245 ngx_str_t content_type; 245 ngx_str_t content_type;
246 ngx_str_t charset; 246 ngx_str_t charset;
247 u_char *content_type_lowcase;
248 ngx_uint_t content_type_hash;
247 249
248 ngx_array_t cache_control; 250 ngx_array_t cache_control;
249 251
250 off_t content_length_n; 252 off_t content_length_n;
251 time_t date_time; 253 time_t date_time;