]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: compression: acl "res.comp" and fetch "res.comp_algo"
authorWilliam Lallemand <wlallemand@exceliance.fr>
Sat, 20 Apr 2013 15:33:20 +0000 (17:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 20 Apr 2013 21:53:33 +0000 (23:53 +0200)
commit727db8b4ea196c5d494149102c4ec65e3aadf7cd
tree5a41b8b695e73cc10e34676d9b5a9ea4cc64f9d1
parent913195715d83f15abf0247037dc9bfe9cff327f8
MINOR: compression: acl "res.comp" and fetch "res.comp_algo"

Implements the "res.comp" ACL which is a boolean returning 1 when a
response has been compressed by HAProxy or 0 otherwise.

Implements the "res.comp_algo" fetch which contains the name of the
algorithm HAProxy used to compress the response.
doc/configuration.txt
src/compression.c