MINOR: cfgparse/http_ext: move post-parsing http_ext steps to http_ext
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 24 Jan 2023 16:55:09 +0000 (17:55 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 27 Jan 2023 14:18:59 +0000 (15:18 +0100)
commitc07001bb56c1adfbe2d528ad3592688d25779068
tree8b0138e906ff8a0d34321c44062af24892e630ce
parentb2e2ec51b36f99369c1f32cbdf4698cdb9b18264
MINOR: cfgparse/http_ext: move post-parsing http_ext steps to http_ext

This is a simple refactor to remove specific http_ext post-parsing treatment from
cfgparse.

Related work is now performed internally through check_http_ext_postconf()
function that is registered via REGISTER_POST_PROXY_CHECK() in http_ext.c.
src/cfgparse.c
src/http_ext.c