commit | 81340d7b533ac24cb791fbebede4f7bb36a9f007 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 26 15:47:22 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 06 14:12:59 2020 +0100 |
tree | 5c4827dfcd4ed70b974a1ec0538af48456155ef0 | |
parent | c50ee0b3b4001300f47f77bbdc38b2991b76d663 [diff] |
BUG/MINOR: filters: Forward everything if no data filters are called If a filter enable the data filtering, in TCP or in HTTP, but it does not defined the corresponding callback function (so http_payload() or tcp_payload()), it will be ignored. If all configured data filter do the same, we must be sure to forward everything. Otherwise nothing will be forwarded at all. This patch must be forwarded as far as 1.9.