summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-08-22 15:24:03 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-08-22 15:24:03 +0000
commit4e5e1171085a2235863baf7dddbd1477f817ae58 (patch)
tree0cf794ff6076a6b545384ff46fa56ed85ac49b37 /src/http/ngx_http.h
parent2b54238a5f2edcca568c0676a779ef79ba152c91 (diff)
downloadnginx-4e5e1171085a2235863baf7dddbd1477f817ae58.tar.gz
nginx-4e5e1171085a2235863baf7dddbd1477f817ae58.tar.bz2
nginx-0.0.1-2002-08-22-19:24:03 import
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 165e5e6b6..6b87da539 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -93,6 +93,8 @@ struct ngx_http_request_s {
ngx_buff_t *buff;
ngx_pool_t *pool;
+ int filter;
+
unsigned header_only:1;
unsigned unusual_uri:1;
unsigned complex_uri:1;