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

2023-10-16 Thread Willy Tarreau
On Mon, Oct 16, 2023 at 05:09:13PM +0300, Vladimir Vdovin wrote: > Added set-timeout action for http-response. Adapted reg-tests and > documentation. Now merged, thank you Vladimir! Willy

[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 insertions(+),

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

2023-10-16 Thread Vladimir
Sure, you are right. Sending little fix. > 16 окт. 2023 г., в 09:21, Willy Tarreau написал(а): > > Hi Vladimir, > > On Sun, Oct 15, 2023 at 06:00:01AM +0300, Vladimir Vdovin wrote: >> Added set-timeout action for http-response. Adapted reg-tests and >> documentation. > > Thanks for this. At fi

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

2023-10-15 Thread Willy Tarreau
Hi Vladimir, On Sun, Oct 15, 2023 at 06:00:01AM +0300, Vladimir Vdovin wrote: > Added set-timeout action for http-response. Adapted reg-tests and > documentation. Thanks for this. At first glance it looks good. I'm just seeing one small nit in the doc: > +http-response set-timeout { client | ser

[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 insertions(+),