]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: dynbuf: move the reserve and limit parsers to dynbuf.c
authorWilly Tarreau <w@1wt.eu>
Thu, 18 Apr 2024 14:11:52 +0000 (16:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 27 Apr 2024 07:36:36 +0000 (09:36 +0200)
commitbc236ad13301d82f5a4aefcd006618744a3ee7e7
tree6aa57b44833996bfa7d68f66d0060af8ec81be9d
parentc33b857df965def8e65364fbed348f1a4513c567
CLEANUP: dynbuf: move the reserve and limit parsers to dynbuf.c

I just added a new setting to set the number of reserved buffer, to
discover we already had one... Let's move the parsing of this keyword
(tune.buffers.reserve) and tune.buffers.limit to dynbuf.c where they
should be.
src/cfgparse-global.c
src/dynbuf.c