]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: Add connect/queue/tarpit timeouts to set-timeout
authorNenad Merdanovic <nenad.merdanovic@cachefly.com>
Wed, 18 Feb 2026 14:56:36 +0000 (15:56 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 19 Feb 2026 07:20:37 +0000 (08:20 +0100)
commit5a079d1811786aa72bd1d5abf1311b0500c1f163
treed92471d2711a521e3701aca3a3940ee481400f46
parentc26c721312015842c1270df901b943fe8f259171
MEDIUM: Add connect/queue/tarpit timeouts to set-timeout

Add the ability to set connect, queue and tarpit timeouts from the
set-timeout action. This is especially useful when using set-dst to
dynamically connect to servers.

This patch also adds the relevant fe_/be_/cur_ sample fetches for these
timeouts.
doc/configuration.txt
include/haproxy/action-t.h
include/haproxy/stream-t.h
src/action.c
src/backend.c
src/frontend.c
src/http_ana.c
src/stream.c