commit | b6ea17c6fc821deada308332111856967d9436b5 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed May 13 21:45:22 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed May 20 18:27:13 2020 +0200 |
tree | 5a070f826787043e870a5b671507ffa77959f4b4 | |
parent | 7bd3de06e790181fd4823ddb2b9fa5bc061c6006 [diff] |
CLEANUP: http-htx: Rename http_error structure into http_error_msg The structure owns an error message, most of time loaded from a file, and converted to HTX. It is created when an errorfile or errorloc directive is parsed. It is renamed to avoid ambiguities with http_reply structure.