| commit | 3a20e4a47716ccb5aab3cd962980b4c83034f911 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue Mar 24 12:31:24 2009 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue Mar 24 12:31:24 2009 +0000 |
| tree | 8ece59a0676ddd373b01175e81832187f81ff67e | |
| parent | 7e4d11bb44a97cd6a51909221c4e4c03db4030cb [diff] |
unlink proxy_cache and proxy_cache_valid
diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c index 680d77a..1338476 100644 --- a/src/http/modules/ngx_http_proxy_module.c +++ b/src/http/modules/ngx_http_proxy_module.c
@@ -2068,10 +2068,6 @@ ngx_conf_merge_ptr_value(conf->upstream.cache_valid, prev->upstream.cache_valid, NULL); - if (conf->upstream.cache_valid == NULL) { - conf->upstream.cache = NULL; - } - #endif if (conf->method.len == 0) {