]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-rules: Use same function to parse request and response deny actions
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 13 Jan 2020 20:49:03 +0000 (21:49 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Jan 2020 14:18:46 +0000 (15:18 +0100)
commite0fca297d55515bc737e494995274dff30e20ba4
treea3331ecc0a1a398e8f6f1f84e0b32f97af2dddc2
parent040c8cdbbe416a80a56b36f4b332e3c1f592c94f
MINOR: http-rules: Use same function to parse request and response deny actions

Because there is no more difference between http-request and http-response
rules, the same function is now used to parse them.
src/http_act.c