commit | d85f917daf90ac0a84f28a27ac5904ccc0b3b345 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@exceliance.fr> | Fri Nov 09 17:05:39 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Nov 10 17:47:27 2012 +0100 |
tree | de9dcd6a165ab66f5a0e6151d604a396e267e8c6 | |
parent | f3747837e5838afb968db87e1ade50099fa505a7 [diff] |
MINOR: compression: maximum compression rate limit This patch adds input and output rate calcutation on the HTTP compresion feature. Compression can be limited with a maximum rate value in kilobytes per second. The rate is set with the global 'maxcomprate' option. You can change this value dynamicaly with 'set rate-limit http-compression global' on the UNIX socket.