comparison src/http/ngx_http_request.h @ 2087:c8039b26a949

always test root existence for access_log with variables
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jul 2008 09:26:13 +0000
parents 5657037448d1
children fb3b084e7d42
comparison
equal deleted inserted replaced
2086:22d36702c654 2087:c8039b26a949
467 unsigned post_action:1; 467 unsigned post_action:1;
468 unsigned request_complete:1; 468 unsigned request_complete:1;
469 unsigned request_output:1; 469 unsigned request_output:1;
470 unsigned header_sent:1; 470 unsigned header_sent:1;
471 unsigned expect_tested:1; 471 unsigned expect_tested:1;
472 unsigned root_tested:1;
472 unsigned done:1; 473 unsigned done:1;
473 unsigned utf8:1; 474 unsigned utf8:1;
474 475
475 unsigned buffered:4; 476 unsigned buffered:4;
476 477