commit | 23f66898463308fdc70ab2659273fb9804f29370 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Mar 31 21:38:30 2014 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Mar 31 21:38:30 2014 +0400 |
tree | 3b714d7a7014f03c13c3340cfbca22a40248b275 | |
parent | 8f6958baa97b43d16185364dcfb7d68361012740 [diff] |
Core: slab log_nomem flag. The flag allows to suppress "ngx_slab_alloc() failed: no memory" messages from a slab allocator, e.g., if an LRU expiration is used by a consumer and allocation failures aren't fatal. The flag is now used in the SSL session cache code, and in the limit_req module.