]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: compression: Use a memory pool to allocate compression states
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 26 Jun 2017 14:53:33 +0000 (16:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Jun 2017 12:05:29 +0000 (14:05 +0200)
commita03d4ada2611d47f4b8d4e281f1bb8b22c46f5dd
tree72b84cb4853300e4415a94a7316a4be4043c4107
parentd60b3cf43191488b0dece7000e7da94be981ba1a
MINOR: compression: Use a memory pool to allocate compression states

Instead of doing a malloc/free to each HTTP transaction to allocate the
compression state (when the HTTP compression is enabled), we use a memory pool.
src/flt_http_comp.c