comparison src/http/ngx_http_upstream.h @ 3667:12bd9e26fadb

use shared ngx_http_upstream_ignore_headers_masks[]
author Igor Sysoev <igor@sysoev.ru>
date Fri, 02 Jul 2010 09:25:38 +0000
parents 62a4fd1e6e2c
children 1f5841b1fcd7
comparison
equal deleted inserted replaced
3666:cd6d45c0a119 3667:12bd9e26fadb
335 uscf->srv_conf[module.ctx_index] 335 uscf->srv_conf[module.ctx_index]
336 336
337 337
338 extern ngx_module_t ngx_http_upstream_module; 338 extern ngx_module_t ngx_http_upstream_module;
339 extern ngx_conf_bitmask_t ngx_http_upstream_cache_method_mask[]; 339 extern ngx_conf_bitmask_t ngx_http_upstream_cache_method_mask[];
340 extern ngx_conf_bitmask_t ngx_http_upstream_ignore_headers_masks[];
340 341
341 342
342 #endif /* _NGX_HTTP_UPSTREAM_H_INCLUDED_ */ 343 #endif /* _NGX_HTTP_UPSTREAM_H_INCLUDED_ */