diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-10-20 17:14:07 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-20 17:14:07 +0000 |
commit | 54276be80c35fcff04da8cd129452995e9ba8ba5 (patch) | |
tree | 78288161f5b678ca73acc281e64302034cf3e54a /src/http/modules/proxy/ngx_http_proxy_handler.h | |
parent | 13829b7316411fa13c848015e1011a53405f37be (diff) | |
download | nginx-54276be80c35fcff04da8cd129452995e9ba8ba5.tar.gz nginx-54276be80c35fcff04da8cd129452995e9ba8ba5.zip |
nginx-0.0.1-2003-10-20-21:14:07 import
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; |