| commit | b5bc3f989ff0d70508705a10708c4f8b84913dc0 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Mon Aug 04 11:29:09 2008 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Mon Aug 04 11:29:09 2008 +0000 |
| tree | d355635e4b56da26bc350e23f0302c8ec65dbea1 | |
| parent | 42511c05c76b8434aae7a33c26516f7368c3c479 [diff] [blame] |
test Content-Type via hash: *) ngx_http_test_content_type() *) ngx_http_types_slot() *) ngx_http_merge_types()
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index be22db6..9a62239 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h
@@ -244,6 +244,8 @@ size_t content_type_len; ngx_str_t content_type; ngx_str_t charset; + u_char *content_type_lowcase; + ngx_uint_t content_type_hash; ngx_array_t cache_control;