]> git.kaiwu.me - nginx.git/commit
API change: ngx_chain_update_chains() now requires pool.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 15 Sep 2011 16:03:17 +0000 (16:03 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 15 Sep 2011 16:03:17 +0000 (16:03 +0000)
commitd7c2673d3ffb5c8c7c994a3ee385997237ed0d99
tree76ddc7f172a5ca4163110f259e38e30da4521ee6
parenta890b313f34bdcd6f95e40c75084f6ea5dd8a53c
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.
src/core/ngx_buf.c
src/core/ngx_buf.h
src/core/ngx_output_chain.c
src/event/ngx_event_pipe.c
src/http/modules/ngx_http_chunked_filter_module.c
src/http/modules/ngx_http_gzip_filter_module.c
src/http/ngx_http_upstream.c