diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_request.h	Fri Jul 04 12:59:53 2008 +0000
+++ b/src/http/ngx_http_request.h	Mon Jul 07 09:26:13 2008 +0000
@@ -469,6 +469,7 @@
     unsigned                          request_output:1;
     unsigned                          header_sent:1;
     unsigned                          expect_tested:1;
+    unsigned                          root_tested:1;
     unsigned                          done:1;
     unsigned                          utf8:1;