commit | d649b575192d562fc4cbec008c3a2dfca1ee255e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jun 01 17:42:35 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jun 02 12:21:32 2022 +0200 |
tree | 3628c11d6c6fdf00a11e1fbc07550da835a92254 | |
parent | 89f2626c19eac0c27f539039fd950b5b8f2ec7ee [diff] |
MEDIUM: http-ana: Always report rewrite failures as PRXCOND in logs Rewrite failures in http rules are reported as proxy errors (PRXCOND) in logs. However, other rewrite errors are reported as internal errors. For instance, it happens when we fail to add X-Forwarded-For header. It is not consistent and it is confusing. So now, all rewite failures are reported as proxy errors. This patch may be backported if necessary.