comparison src/http/ngx_http_request.h @ 144:e1c6ac408b68 NGINX_0_3_19

nginx 0.3.19 *) 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 <http://sysoev.ru>
date Wed, 28 Dec 2005 00:00:00 +0300
parents 84910468f6de
children 36af50a5582d
comparison
equal deleted inserted replaced
143:c2fa0caa07f2 144:e1c6ac408b68
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;