]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: compression: dynamic level increase
authorWilliam Lallemand <wlallemand@exceliance.fr>
Tue, 20 Nov 2012 16:11:13 +0000 (17:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 Nov 2012 01:15:16 +0000 (02:15 +0100)
commitc71407657d32b973d4488c494834648e44fc99c4
treebf593614e10cab781e2d5240e71450a52eb5fe50
parente3a7d990623718fb5605667c93c8f18cd01d1a33
BUG/MINOR: compression: dynamic level increase

Using compression rate limit, the compression level wasn't taking care
of the max compression level during a session because the test was done
on the wrong variable.
src/compression.c