comparison src/http/modules/ngx_http_proxy_module.c @ 2601:377698b60999

unlink proxy_cache and proxy_cache_valid
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Mar 2009 12:31:24 +0000
parents 86967878cd76
children b212066acf50
comparison
equal deleted inserted replaced
2600:df5e99f6464b 2601:377698b60999
2066 } 2066 }
2067 2067
2068 ngx_conf_merge_ptr_value(conf->upstream.cache_valid, 2068 ngx_conf_merge_ptr_value(conf->upstream.cache_valid,
2069 prev->upstream.cache_valid, NULL); 2069 prev->upstream.cache_valid, NULL);
2070 2070
2071 if (conf->upstream.cache_valid == NULL) {
2072 conf->upstream.cache = NULL;
2073 }
2074
2075 #endif 2071 #endif
2076 2072
2077 if (conf->method.len == 0) { 2073 if (conf->method.len == 0) {
2078 conf->method = prev->method; 2074 conf->method = prev->method;
2079 2075