]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: global: Set default tune.maxrewrite value during global structure init
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Jan 2020 13:31:21 +0000 (14:31 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Feb 2020 08:36:36 +0000 (09:36 +0100)
commit546c4696bbaeccd2e0282fcd2df2cb8d0f72405a
treeb5148be35a22eff4a73a5091a01c246bccd600b7
parent91e31d83c989bdc579b76467c51f7fbe18908e54
MINOR: global: Set default tune.maxrewrite value during global structure init

When the global structure is initialized, instead of setting tune.maxrewrite to
-1, its default value can be immediately set. This way, it is always defined
during the configuration validity check. Otherwise, the only way to have it at
this stage, it is to explicity set it in the global section.
src/haproxy.c