diff options
Diffstat (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.h')
-rw-r--r-- | src/http/modules/proxy/ngx_http_proxy_handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |