]> git.kaiwu.me - nginx.git/commit
merge r3137, r3198, r3199, r3353, r3370, r3371, r3398, r3399:
authorIgor Sysoev <igor@sysoev.ru>
Mon, 1 Feb 2010 15:46:14 +0000 (15:46 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 1 Feb 2010 15:46:14 +0000 (15:46 +0000)
commit95a5ecb1ac78b14b759ada666b2114783fc1c2d2
tree69fc825a431c976c901abe733501a8662e048845
parent848cc35a653e893add69b580c864d0cd8b419860
merge r3137, r3198, r3199, r3353, r3370, r3371, r3398, r3399:

cache related fixes:

*) do not pass buf with empty cached response,
   this fixes "zero size buf in output" alert
*) hide cacheable Set-Cookie and P3P FastCGI response headers
*) test comma separator in "Cache-Control"
*) a cache manager thread handle was overwritten by a cache loader thread
   handle, this caused an exit delay, the bug had been introduced in r3248
*) fix handling cached HTTP/0.9 response
*) log proxied HTTP/0.9 responses status as "009"
*) fix the "If-None-Match" header name
*) fix a cached zero-length body case
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_log_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/ngx_http_file_cache.c
src/http/ngx_http_upstream.c
src/os/win32/ngx_process_cycle.c