commit | c0b3b9d6ca9e43bb4cb9f9720c467ce1dadf103a | [log] [tgz] |
---|---|---|
author | Roman Arutyunyan <arut@nginx.com> | Fri Sep 05 18:14:59 2014 +0400 |
committer | Roman Arutyunyan <arut@nginx.com> | Fri Sep 05 18:14:59 2014 +0400 |
tree | e4ead2c79faefb56effc1103092637c3d7eb8e71 | |
parent | 37d24e7e3be648a6f73bad18dcf53798a7a1aeb0 [diff] |
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.