MINOR: server: introduce "log-bufsize" kw
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 4 Oct 2023 08:32:45 +0000 (10:32 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Oct 2023 08:05:07 +0000 (10:05 +0200)
commit94d0f77debdcb4d2e17da254a2b27135a774e3f4
tree1ed680194fe8c928b68c2d6e8f1f4a0b76721957
parent7e70b8858f6d26365e9604f7ffe80ee5024bce96
MINOR: server: introduce "log-bufsize" kw

"log-bufsize" may now be used for a log server (in a log backend) to
configure the bufsize of implicit ring associated to the server (which
defaults to BUFSIZE).
doc/configuration.txt
include/haproxy/server-t.h
src/server.c
src/sink.c