From fd67586ef670a2ed181bb19d60619714f404aacc Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 11 Apr 2003 16:01:14 +0000 Subject: nginx-0.0.1-2003-04-11-20:01:14 import --- src/http/ngx_http.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/ngx_http.h') 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; -- cgit