]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: support for http-request set-timeout client
authorVladimir Vdovin <deliran@verdict.gg>
Wed, 27 Sep 2023 14:43:07 +0000 (17:43 +0300)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Sep 2023 06:49:22 +0000 (08:49 +0200)
commitf8b81f6eb7ff7691ef7ade3a2afb77dec8ba8d34
treeb154b802709edc142089178be6bf0de936c15cff
parentf75a369009f739f62587d54c6f56aa22575011f9
MINOR: support for http-request set-timeout client

Added set-timeout for frontend side of session, so it can be used to set
custom per-client timeouts if needed. Added cur_client_timeout to fetch
client timeout samples.
doc/configuration.txt
include/haproxy/action-t.h
include/haproxy/action.h
reg-tests/http-set-timeout/set_timeout.vtc
src/action.c
src/http_act.c
src/stream.c