]> git.kaiwu.me - nginx.git/commit
Upstream: suppressed the file cache slab allocator error messages.
authorRoman Arutyunyan <arut@nginx.com>
Fri, 5 Sep 2014 14:14:59 +0000 (18:14 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Fri, 5 Sep 2014 14:14:59 +0000 (18:14 +0400)
commitc0b3b9d6ca9e43bb4cb9f9720c467ce1dadf103a
treee4ead2c79faefb56effc1103092637c3d7eb8e71
parent37d24e7e3be648a6f73bad18dcf53798a7a1aeb0
Upstream: suppressed the file cache slab allocator error messages.

The messages "ngx_slab_alloc() failed: no memory in cache keys zone"
from the file cache slab allocator are suppressed since the allocation
is likely to succeed after the forced expiration of cache nodes.
The second allocation failure is reported.
src/http/ngx_http_file_cache.c