comparison src/http/ngx_http_upstream.c @ 512:6557aef8a4b2 NGINX_0_8_8

nginx 0.8.8 *) Bugfix: in handling FastCGI headers split in records. *) Bugfix: a segmentation fault occurred in worker process, if a request was handled in two proxied or FastCGIed locations and a caching was enabled in the first location; the bug had appeared in 0.8.7.
author Igor Sysoev <http://sysoev.ru>
date Mon, 10 Aug 2009 00:00:00 +0400
parents 24b676623d4f
children 43cc6f0b77ce
comparison
equal deleted inserted replaced
511:e8f9a06185f3 512:6557aef8a4b2
2881 u->pipe->temp_file->file.fd); 2881 u->pipe->temp_file->file.fd);
2882 } 2882 }
2883 2883
2884 #if (NGX_HTTP_CACHE) 2884 #if (NGX_HTTP_CACHE)
2885 2885
2886 if (u->cacheable) { 2886 if (u->cacheable && r->cache) {
2887 time_t valid; 2887 time_t valid;
2888 2888
2889 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 2889 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
2890 "http upstream cache fd: %d", 2890 "http upstream cache fd: %d",
2891 r->cache->file.fd); 2891 r->cache->file.fd);