commit | 727db8b4ea196c5d494149102c4ec65e3aadf7cd | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@exceliance.fr> | Sat Apr 20 17:33:20 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Apr 20 23:53:33 2013 +0200 |
tree | 5a41b8b695e73cc10e34676d9b5a9ea4cc64f9d1 | |
parent | 913195715d83f15abf0247037dc9bfe9cff327f8 [diff] |
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.