[PATCH] MINOR: support for http-request set-timeout client

2023-09-15 Thread Vladimir Vdovin
Added set-timeout for frontend side of session, so it can be used to set dynamically per-client timeouts if needed. --- doc/configuration.txt | 12 ++-- include/haproxy/action-t.h | 1 + src/action.c | 5 - src/http_act.c | 5 + src/stream.c

[PATCH] MINOR: support for http-response set-timeout

2023-10-16 Thread Vladimir Vdovin
Added set-timeout action for http-response. Adapted reg-tests and documentation. --- doc/configuration.txt | 19 + reg-tests/http-set-timeout/set_timeout.vtc | 90 +- src/http_act.c | 1 + 3 files changed, 109

[PATCH] MINOR: support for http-request set-timeout client

2023-09-25 Thread Vladimir Vdovin
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 | 17 +--- include/haproxy/action-t.h | 1 +

[PATCH] MINOR: support for http-request set-timeout client

2023-09-27 Thread Vladimir Vdovin
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 | 17 +--- include/haproxy/action-t.h | 1 +

[PATCH] MINOR: support for http-response set-timeout

2023-10-14 Thread Vladimir Vdovin
Added set-timeout action for http-response. Adapted reg-tests and documentation. --- doc/configuration.txt | 19 + reg-tests/http-set-timeout/set_timeout.vtc | 90 +- src/http_act.c | 1 + 3 files changed, 109