comparison src/http/ngx_http_request.h @ 595:ebc68d8ca496 release-0.3.19

nginx-0.3.19-RELEASE import *) Feature: the "path" and "alias" directives support the variables. *) Change: now the "valid_referers" directive again checks the URI part. *) Bugfix: in SSI handling.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Dec 2005 14:23:52 +0000
parents 425af804d968
children 9262f520ce21
comparison
equal deleted inserted replaced
594:6248cd598b13 595:ebc68d8ca496
337 ngx_int_t phase_handler; 337 ngx_int_t phase_handler;
338 ngx_http_handler_pt content_handler; 338 ngx_http_handler_pt content_handler;
339 ngx_uint_t access_code; 339 ngx_uint_t access_code;
340 340
341 ngx_http_variable_value_t *variables; 341 ngx_http_variable_value_t *variables;
342
343 size_t root_length;
342 344
343 size_t limit_rate; 345 size_t limit_rate;
344 346
345 /* used to learn the Apache compatible response length without a header */ 347 /* used to learn the Apache compatible response length without a header */
346 size_t header_size; 348 size_t header_size;