]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: compression: memlevel and windowsize
authorWilliam Lallemand <wlallemand@exceliance.fr>
Wed, 7 Nov 2012 15:54:34 +0000 (16:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Nov 2012 14:23:29 +0000 (15:23 +0100)
commita509e4c33266f74e6f274e9cd4ad2471fe5bd520
treee560e20bb452608e638e5d061269401153ff3786
parent08289f12f9a13ea06cf4a16a1211e82e003af218
MINOR: compression: memlevel and windowsize

The window size and the memlevel of the zlib are now configurable using
global options tune.zlib.memlevel and tune.zlib.windowsize.

It affects the memory consumption of the zlib.
doc/configuration.txt
include/types/compression.h
include/types/global.h
src/cfgparse.c
src/compression.c
src/haproxy.c