]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy/http_ana: Remove unused req_exp/rsp_exp and req_add/rsp_add lists
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 17 Jul 2019 13:33:14 +0000 (15:33 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:24:12 +0000 (09:24 +0200)
commit1b6adb4a51f4e29c0e568349bd0c631c58f69cfb
tree92cd2ea2aa9e46121182837334805e68df69250d
parent8c3b63ae1d208d0fc8118f31feacf0f5ee1b075e
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.
include/types/proxy.h
src/cfgparse-listen.c
src/haproxy.c
src/http_ana.c
src/proxy.c