summaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-07-07 09:51:41 +0000
committerJonathan Kolb <jon@b0g.us>2008-07-07 09:51:41 +0000
commit886b713c0b9c3521e5bfae45c242c8b289771a5e (patch)
tree6ee74ade586b3b689a5a96455d0aa6c5e9bf7658 /src/http/ngx_http_request.h
parent7ce162d7f81eea69e7795a959b8ccad0dc360483 (diff)
downloadnginx-0.7.6.tar.gz
Changes with nginx 0.7.6 07 Jul 2008v0.7.6
*) Bugfix: now if variables are used in the "access_log" directive a request root existence is always tested. *) Bugfix: the ngx_http_flv_module did not support several values in a query string.
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 1a4eae106..be22db636 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -469,6 +469,7 @@ struct ngx_http_request_s {
unsigned request_output:1;
unsigned header_sent:1;
unsigned expect_tested:1;
+ unsigned root_tested:1;
unsigned done:1;
unsigned utf8:1;