]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: use curproxy during config parsing
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 15 Jul 2026 08:39:36 +0000 (10:39 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Jul 2026 14:03:19 +0000 (16:03 +0200)
commit339652dc60c4887f357c26a0ae670a8dc897c5cf
treecf18f0f3048bd756ba0aef6f387f4cd9efcdac8e
parent439e6a99d5daf03fb849128ed300b65f810fecef
MINOR: log: use curproxy during config parsing

Adjusts configuration parsing for log-forward sections : replace
<cfg_log_forward> head pointer list usage in individual keywords parser
by <curproxy> global variable. This parsing patterm is already
implemetned in cfgparse-listen module.

This is only a refactoring change without any visible effect. It is a
preparatoy step before converting <cfg_log_forward> to a full doubly
linked struct list.
src/log.c