summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h1
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;