commit | 231ef1d99cb2c5872c0c4a5ddeca9be998e18870 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Thu Jul 30 19:03:55 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 20 17:13:46 2015 +0200 |
tree | 1ae64db38dc611b06db2e9ec0926b2b8d37840f5 | |
parent | 7677f400f5afd77362ea5f76e17204fd1b797162 [diff] |
MINOR: lua: use the hlua_rule type in place of opaque type The (http|tcp)-(request|response) action rules use common opaque type. For the HAProxy embbedded feature, types are know, it better to add this types in the action union and use it.