summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-07-02 09:25:38 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-07-02 09:25:38 +0000
commit7e14b50c289ede7ac0b268a82ee896e3e294b4cd (patch)
tree294b93cb7b51f9ad56072b5976b6b12967b98933 /src/http/ngx_http_upstream.h
parent187538d1ebc25341ad611ba8d26b42b3e2e9de67 (diff)
downloadnginx-7e14b50c289ede7ac0b268a82ee896e3e294b4cd.tar.gz
nginx-7e14b50c289ede7ac0b268a82ee896e3e294b4cd.tar.bz2
use shared ngx_http_upstream_ignore_headers_masks[]
Diffstat (limited to 'src/http/ngx_http_upstream.h')
-rw-r--r--src/http/ngx_http_upstream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index 9b01b2e40..76418b13a 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -337,6 +337,7 @@ ngx_int_t ngx_http_upstream_hide_headers_hash(ngx_conf_t *cf,
extern ngx_module_t ngx_http_upstream_module;
extern ngx_conf_bitmask_t ngx_http_upstream_cache_method_mask[];
+extern ngx_conf_bitmask_t ngx_http_upstream_ignore_headers_masks[];
#endif /* _NGX_HTTP_UPSTREAM_H_INCLUDED_ */