]> git.kaiwu.me - haproxy.git/commit
MINOR: stream: Add be_max_retries/cur_max_retries sample fetch functions
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 7 Jul 2026 08:36:45 +0000 (10:36 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Jul 2026 06:52:07 +0000 (08:52 +0200)
commita608d2cade75cc5dc404ab3eaabad76fe2dec54e
tree07cf6d84e23cebe44dcf8d68ee0228fcac71a15c
parentb71d27e253fa6f8c82afd768f7691a4079f0f4f0
MINOR: stream: Add be_max_retries/cur_max_retries sample fetch functions

These new samples can be used to get, resepectively, the backend value for
the maximum connection retries and the current value applied to the stream.
They could be used to know if a "set-retries" action was performed.

A dedicated reg-test was also added.
doc/configuration.txt
reg-tests/stream/set-retries.vtc [new file with mode: 0644]
src/backend.c
src/stream.c