]> git.kaiwu.me - haproxy.git/commit
MINOR: http_htx: rename fields in struct conf_errors
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 18 Mar 2026 16:04:46 +0000 (17:04 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 23 Mar 2026 09:51:33 +0000 (10:51 +0100)
commit5b184e4178eb3a6c31b8e7bcd7f17b3c291423c4
tree4d5044f77ded26751a365559ffa1b3f821776036
parentfedaf054c4d17a2f0eba93efbd6c059226ddcb3f
MINOR: http_htx: rename fields in struct conf_errors

This patch is the second part of the refactoring for http-errors
parsing. It renames some fields in <conf_errors> structure to clarify
their usage. In particular, union variants are renamed "inl"/"section",
which better highlight the link with the newly defined enum
http_err_directive.
src/http_htx.c