aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_variables.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-04-22 14:02:45 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-04-22 14:02:45 +0000
commitfa7d06ee4f31823f65c5aecea3a273940770bc9d (patch)
treebceeb6ab03ce2171d33485f1dffaf6d37ea0d3e1 /src/http/ngx_http_variables.h
parent185a5d172671b4b4346d801e144e055f3962d55d (diff)
downloadnginx-fa7d06ee4f31823f65c5aecea3a273940770bc9d.tar.gz
nginx-fa7d06ee4f31823f65c5aecea3a273940770bc9d.zip
change processing variables accessed by SSI and perl module:
*) the indexed variables are always flushed *) never show warning for not found variables
Diffstat (limited to 'src/http/ngx_http_variables.h')
-rw-r--r--src/http/ngx_http_variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_variables.h b/src/http/ngx_http_variables.h
index 80ce49321..9d4b29e08 100644
--- a/src/http/ngx_http_variables.h
+++ b/src/http/ngx_http_variables.h
@@ -50,7 +50,7 @@ ngx_http_variable_value_t *ngx_http_get_flushed_variable(ngx_http_request_t *r,
ngx_uint_t index);
ngx_http_variable_value_t *ngx_http_get_variable(ngx_http_request_t *r,
- ngx_str_t *name, ngx_uint_t key, ngx_uint_t nowarn);
+ ngx_str_t *name, ngx_uint_t key);
ngx_int_t ngx_http_variable_unknown_header(ngx_http_variable_value_t *v,
ngx_str_t *var, ngx_list_part_t *part, size_t prefix);