commit | a03d4ada2611d47f4b8d4e281f1bb8b22c46f5dd | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jun 26 16:53:33 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 30 14:05:29 2017 +0200 |
tree | 72b84cb4853300e4415a94a7316a4be4043c4107 | |
parent | d60b3cf43191488b0dece7000e7da94be981ba1a [diff] |
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.