comparison src/http/ngx_http_upstream.c @ 3698:d11227f0107f

rename ngx_http_file_cache_create() to ngx_http_file_cache_new()
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 Jul 2010 10:01:49 +0000
parents 3c442bd5597b
children b0a0686a85bb
comparison
equal deleted inserted replaced
3697:3c442bd5597b 3698:d11227f0107f
644 644
645 if (r->method & NGX_HTTP_HEAD) { 645 if (r->method & NGX_HTTP_HEAD) {
646 u->method = ngx_http_core_get_method; 646 u->method = ngx_http_core_get_method;
647 } 647 }
648 648
649 if (ngx_http_file_cache_create(r) != NGX_OK) { 649 if (ngx_http_file_cache_new(r) != NGX_OK) {
650 return NGX_ERROR; 650 return NGX_ERROR;
651 } 651 }
652 652
653 if (u->create_key(r) != NGX_OK) { 653 if (u->create_key(r) != NGX_OK) {
654 return NGX_ERROR; 654 return NGX_ERROR;