From 54276be80c35fcff04da8cd129452995e9ba8ba5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 20 Oct 2003 17:14:07 +0000 Subject: nginx-0.0.1-2003-10-20-21:14:07 import --- src/http/modules/proxy/ngx_http_proxy_handler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.h') diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h index 795373adf..207b6480e 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_proxy_handler.h @@ -77,6 +77,7 @@ struct ngx_http_proxy_ctx_s { ngx_event_proxy_t *event_proxy; unsigned accel:1; + unsigned cachable:1; unsigned fatal_error:1; unsigned header_sent:1; -- cgit