commit | 692a6c2e69fb33e4fc3c783ec9b688cda5a76956 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 07 10:22:31 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 07 10:37:53 2020 +0100 |
tree | c65c38ef2c313a4b6524a5f6d5893d86edbf35f1 | |
parent | f9beea52da07687724374214c38932f6424de70d [diff] |
BUG/MINOR: http-act: Set stream error flag before returning an error In action_http_set_status(), when a rewrite error occurred, the stream error flag must be set before returning the error. No need to backport this patch except if commit 333bf8c33 ("MINOR: http-rules: Set SF_ERR_PRXCOND termination flag when a header rewrite fails") is backported. This bug was reported in issue #491.