diff options
| author | Valentin Bartenev <vbart@nginx.com> | 2012-02-13 11:01:58 +0000 |
|---|---|---|
| committer | Valentin Bartenev <vbart@nginx.com> | 2012-02-13 11:01:58 +0000 |
| commit | b3e3b2e75abb1dc0c66d2eb4eb9fa8566c5c0260 (patch) | |
| tree | ad41e29681775c89837fa4293936f99e04083988 /src/http/ngx_http_upstream.h | |
| parent | 85551e58feb17abcb4495ec07e2123eff26f9978 (diff) | |
| download | nginx-b3e3b2e75abb1dc0c66d2eb4eb9fa8566c5c0260.tar.gz nginx-b3e3b2e75abb1dc0c66d2eb4eb9fa8566c5c0260.tar.bz2 | |
Upstream: added callback hook for the "Set-Cookie" header.
No functional changes.
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_upstream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index d99b904fb..f32c98522 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -299,6 +299,8 @@ struct ngx_http_upstream_s { ngx_int_t rc); ngx_int_t (*rewrite_redirect)(ngx_http_request_t *r, ngx_table_elt_t *h, size_t prefix); + ngx_int_t (*rewrite_cookie)(ngx_http_request_t *r, + ngx_table_elt_t *h); ngx_msec_t timeout; |
