commit | a7b677cd0deee4a471e2985e304837bf642762b9 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 29 16:48:49 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 01 17:37:27 2018 +0100 |
tree | b716572f8f28661af352d7b05aaf7e7d282b7d01 | |
parent | 99daf28a76519fd3db6d9794a1e04ac8b980eaa5 [diff] |
MEDIUM: proto_htx: Convert all HTTP error messages into HTX During startup, after the configuration parsing, all HTTP error messages (errorloc, errorfile or default messages) are converted into HTX messages and stored in dedicated buffers. We use it to return errors in the HTX analyzers instead of using ugly OOB blocks.