]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-rules: Set SF_ERR_PRXCOND termination flag when a header rewrite fails
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Jan 2020 13:38:05 +0000 (14:38 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Feb 2020 08:36:36 +0000 (09:36 +0100)
commit333bf8c33f5d018a5bfeed5be2bdaab455f0234f
tree96c5d34e67e86972a2ca7472a1dc2535fee34fc1
parent546c4696bbaeccd2e0282fcd2df2cb8d0f72405a
MINOR: http-rules: Set SF_ERR_PRXCOND termination flag when a header rewrite fails

When a header rewrite fails, an internal errors is triggered. But
SF_ERR_INTERNAL is documented to be the concequence of a bug and must be
reported to the dev teamm. So, when this happens, the SF_ERR_PRXCOND termination
flag is set now.
src/http_act.c