diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-11 18:13:43 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-11 18:13:43 +0000 |
commit | 27c30f9919ed695ab718c3365a445d47a14fd80f (patch) | |
tree | b8bd50e2fcecf477f1bb05d61fc7626c06a4442b /src/http/ngx_http_request.h | |
parent | d59a047a7070dc6af13b2e35c097efccc8ce38d0 (diff) | |
download | nginx-27c30f9919ed695ab718c3365a445d47a14fd80f.tar.gz nginx-27c30f9919ed695ab718c3365a445d47a14fd80f.zip |
nginx-0.0.1-2003-11-11-21:13:43 import
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index a87c6dc4e..a91dbea57 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -205,8 +205,6 @@ struct ngx_http_request_s { unsigned bypass_cache:1; unsigned no_cache:1; - unsigned error_page:1; - #if 0 unsigned cachable:1; #endif |