commit | d7c2673d3ffb5c8c7c994a3ee385997237ed0d99 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Thu Sep 15 16:03:17 2011 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Thu Sep 15 16:03:17 2011 +0000 |
tree | 76ddc7f172a5ca4163110f259e38e30da4521ee6 | |
parent | a890b313f34bdcd6f95e40c75084f6ea5dd8a53c [diff] |
API change: ngx_chain_update_chains() now requires pool. The ngx_chain_update_chains() needs pool to free chain links used for buffers with non-matching tags. Providing one helps to reduce memory consumption for long-lived requests.