commit | 1b6adb4a51f4e29c0e568349bd0c631c58f69cfb | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 17 15:33:14 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 19 09:24:12 2019 +0200 |
tree | 92cd2ea2aa9e46121182837334805e68df69250d | |
parent | 8c3b63ae1d208d0fc8118f31feacf0f5ee1b075e [diff] |
MINOR: proxy/http_ana: Remove unused req_exp/rsp_exp and req_add/rsp_add lists The keywords req* and rsp* are now unsupported. So the corresponding lists are now unused. It is safe to remove them from the structure proxy. As a result, the code dealing with these rules in HTTP analyzers was also removed.