diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-06-07 10:26:50 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-06-07 10:26:50 +0000 |
| commit | ea3aaae636eb194e3dbbc5b9d0c0a51d831e2d4c (patch) | |
| tree | 6c3c079b90402848f4f82229275c97a52941338a /src/http/ngx_http_variables.h | |
| parent | ce8183ca7e1227329e16fc45cc294ecf2391d739 (diff) | |
| download | nginx-ea3aaae636eb194e3dbbc5b9d0c0a51d831e2d4c.tar.gz nginx-ea3aaae636eb194e3dbbc5b9d0c0a51d831e2d4c.tar.bz2 | |
merge r3464, r3500, r3501:
*) make $request_method non-cacheable
*) make $arg_ variables non-cacheable
*) 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 '')
| -rw-r--r-- | src/http/ngx_http_variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_variables.h b/src/http/ngx_http_variables.h index 0e86aaf3d..b922d282c 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); |
