MEDIUM: http_act: define set-timeout server/tunnel action
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 10 Dec 2020 12:43:54 +0000 (13:43 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 11 Dec 2020 11:01:07 +0000 (12:01 +0100)
commit8d22823ade736213d3b8f3fad5b460b792ac6481
tree960d21d786ba87546cf736c40c91e17261cc61a4
parentfb5044351760001a49fe17178078b7116e1707c0
MEDIUM: http_act: define set-timeout server/tunnel action

Add a new http-request action 'set-timeout [server/tunnel]'. This action
can be used to update the server or tunnel timeout of a stream. It takes
two parameters, the timeout name to update and the new timeout value.
This rule is only valid for a proxy with backend capabilities. The
timeout value cannot be null. A sample expression can also be used
instead of a plain value.
doc/configuration.txt
include/haproxy/action-t.h
include/haproxy/action.h
src/action.c
src/http_act.c