diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-04-11 16:01:14 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-04-11 16:01:14 +0000 |
| commit | fd67586ef670a2ed181bb19d60619714f404aacc (patch) | |
| tree | f13d1535caa6ff13d512d71ba8d1003c75f47cb8 /src/http/ngx_http.h | |
| parent | cde2478a8540b19d4c9f5077fae23803889ed393 (diff) | |
| download | nginx-fd67586ef670a2ed181bb19d60619714f404aacc.tar.gz nginx-fd67586ef670a2ed181bb19d60619714f404aacc.tar.bz2 | |
nginx-0.0.1-2003-04-11-20:01:14 import
Diffstat (limited to 'src/http/ngx_http.h')
| -rw-r--r-- | src/http/ngx_http.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 031d99064..6ae1e94ec 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -148,6 +148,7 @@ struct ngx_http_request_s { int path_err; unsigned proxy:1; + unsigned cachable:1; unsigned pipeline:1; unsigned keepalive:1; unsigned lingering_close:1; |
