commit | d73b96d48cb8ed45e4f32c735d28f5f7a2818900 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 19 17:27:03 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 20 15:18:45 2020 +0100 |
tree | e3a3019be70d292ed07f4681b2ff2ce4dfd95ed7 | |
parent | ac98d81f4640a51e4d8c3f2079df0a7e7c46384a [diff] |
MINOR: tcp-rules: Make tcp-request capture a custom action Now, this action is use its own dedicated function and is no longer handled "in place" during the TCP rules evaluation. Thus the action name ACT_TCP_CAPTURE is removed. The action type is set to ACT_CUSTOM and a check function is used to know if the rule depends on request contents while there is no inspect-delay.