commit | d47a1bd1d7311f70c368ccb016553a0d30fb123d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Nov 28 12:36:26 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Nov 29 17:03:04 2016 +0100 |
tree | 3607dff464725e24b7ac65ba6ed1b7c32489dab9 | |
parent | 4aad833924d9462ec8b00d26c9a831ebd4dbde14 [diff] |
BUG/MINOR: filters: Invert evaluation order of HTTP_XFER_BODY and XFER_DATA analyzers These 2 analyzers are responsible of the data forwarding in, respectively, HTTP mode and TCP mode. Now, the analyzer responsible of the HTTP data forwarding is called before the one responsible of the TCP data forwarding. This will allow the filtering of tunneled data in HTTP. [wt: backport desired in 1.7 - no impact right now but may impact the ability to backport future fixes]