comparison src/http/ngx_http_request.h @ 394:34fb3a573548 NGINX_0_7_8

nginx 0.7.8 *) Feature: the ngx_http_xslt_module. *) Feature: the "$arg_..." variables. *) Feature: Solaris directio support. Thanks to Ivan Debnar. *) Bugfix: now if FastCGI server sends a "Location" header line without status line, then nginx uses 302 status code. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Mon, 04 Aug 2008 00:00:00 +0400
parents 6de24473fa70
children 77df96611112 349057ecf4d5
comparison
equal deleted inserted replaced
393:4ec606a899d3 394:34fb3a573548
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;