nginx-0.0.1-2003-04-11-20:01:14 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 031d990..6ae1e94 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -148,6 +148,7 @@
     int         path_err;
 
     unsigned  proxy:1;
+    unsigned  cachable:1;
     unsigned  pipeline:1;
     unsigned  keepalive:1;
     unsigned  lingering_close:1;