]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Rely on a per-stream max connection retries value
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 25 Sep 2024 13:05:07 +0000 (15:05 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 30 Sep 2024 14:55:53 +0000 (16:55 +0200)
commit91e785edc92535af7797a82fe4ea9ce4973975d2
tree665b575d5f9e70aa280a1b8a580cb8c6066038a1
parent0d91de2be4cf23e817c4891bfee3fc8d66389136
MINOR: stream: Rely on a per-stream max connection retries value

Instead of directly relying on the backend parameter to limit the number of
connection retries, we now use a per-stream value. This value is by default
inherited from the backend value when it is set. So for now, there is no
change except the stream value is used instead of the backend value. But
thanks to this change, it will be possible to dynamically change this value.
include/haproxy/stream-t.h
include/haproxy/stream.h
src/backend.c
src/http_ana.c
src/stream.c