comparison src/http/ngx_http_file_cache.c @ 3965:90b0487fba44

style fix
author Igor Sysoev <igor@sysoev.ru>
date Sun, 24 Jul 2011 16:06:24 +0000
parents 2e8dbd773d63
children 9c425f22ea36
comparison
equal deleted inserted replaced
3964:ff127ba3b091 3965:90b0487fba44
856 ngx_http_cache_t *c; 856 ngx_http_cache_t *c;
857 857
858 c = r->cache; 858 c = r->cache;
859 859
860 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 860 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
861 "http file cache send: %s", c->file.name.data); 861 "http file cache send: %s", c->file.name.data);
862 862
863 /* we need to allocate all before the header would be sent */ 863 /* we need to allocate all before the header would be sent */
864 864
865 b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t)); 865 b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t));
866 if (b == NULL) { 866 if (b == NULL) {