commit | 51fa358432247fe5d7259d9d8a0e08d49d429c73 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 26 14:54:52 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jul 29 11:17:52 2019 +0200 |
tree | cb99c4f90d49408cd08733c01402199ebdf0d408 | |
parent | 84a6d5bc217a418db8efc4e76a0a32860db2c608 [diff] |
MINOR: hlua: Don't set request analyzers on response channel for lua actions Setting some requests analyzers on the response channel was an old trick to be sure to re-evaluate the request's analyers after the response's ones have been called. It is no more necessary. In fact, this trick was removed in the version 1.8 and backported up to the version 1.6. This patch must be backported to all versions since 1.6 to ease the backports of fixes on the lua code.