comparison src/http/ngx_http_request.h @ 773:c3ebeee31026

remove r->root_length
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Oct 2006 13:36:54 +0000
parents 843412b22ba2
children 4ab852b691f5
comparison
equal deleted inserted replaced
772:843412b22ba2 773:c3ebeee31026
354 ngx_int_t phase_handler; 354 ngx_int_t phase_handler;
355 ngx_http_handler_pt content_handler; 355 ngx_http_handler_pt content_handler;
356 ngx_uint_t access_code; 356 ngx_uint_t access_code;
357 357
358 ngx_http_variable_value_t *variables; 358 ngx_http_variable_value_t *variables;
359
360 size_t root_length;
361 359
362 size_t limit_rate; 360 size_t limit_rate;
363 361
364 /* used to learn the Apache compatible response length without a header */ 362 /* used to learn the Apache compatible response length without a header */
365 size_t header_size; 363 size_t header_size;