]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: compression: use pool for comp_ctx
authorWilliam Lallemand <wlallemand@exceliance.fr>
Fri, 16 Nov 2012 17:06:41 +0000 (18:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 Nov 2012 00:56:47 +0000 (01:56 +0100)
commit8b52bb387809aab73d518940a717189ddc0b6feb
treebc1c6b1bf8023e728a67e223e7e33afc580aaba8
parent1feca018969f216dc7e7f8e61a89ebe75790fb50
MEDIUM: compression: use pool for comp_ctx

Use pool for comp_ctx, it is allocated during the comp_algo->init().
The allocation of comp_ctx is accounted for in the zlib_memory_available.
include/proto/compression.h
include/types/compression.h
include/types/session.h
src/cfgparse.c
src/compression.c
src/proto_http.c