| commit | 32717eb60ce2adbb68cfcf4250da2bc7ecbfe856 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue Nov 27 11:56:18 2007 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue Nov 27 11:56:18 2007 +0000 |
| tree | 9b4ac1949e76396d02eaf598093c98a34c5ef70a | |
| parent | 685fd087530505754c4e09d21331742882648263 [diff] [blame] |
r->headers_out.refresh
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 4502c17..19e0fe2 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c
@@ -2652,16 +2652,18 @@ return NGX_OK; } -#if (NGX_DEBUG) if (rc == NGX_OK) { + r->headers_out.refresh = ho; + ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "rewritten refresh: \"%V\"", &ho->value); } -#endif return rc; } + r->headers_out.refresh = ho; + return NGX_OK; }