]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: http-htx: Rename http_error structure into http_error_msg
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 May 2020 19:45:22 +0000 (21:45 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 20 May 2020 16:27:13 +0000 (18:27 +0200)
commitb6ea17c6fc821deada308332111856967d9436b5
tree5a070f826787043e870a5b671507ffa77959f4b4
parent7bd3de06e790181fd4823ddb2b9fa5bc061c6006
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.
include/types/http_htx.h
src/http_htx.c