Re: [PATCH] REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ (3)

2023-08-15 Thread Willy Tarreau
On Mon, Aug 14, 2023 at 03:25:40PM +0200, Willy Tarreau wrote: > > I don't think this is applied yet, so Cc-ing Willy. > > I'll take it once I'm done with the other backports. Now applied, thank you! Willy

Re: [PATCH] REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ (3)

2023-08-14 Thread Willy Tarreau
Hi Tim, On Mon, Aug 14, 2023 at 02:07:04PM +0200, Tim Düsterhus wrote: > Hi > > On 8/7/23 16:34, Aurelien DARRAGON wrote: > > Oops indeed, wasn't aware of it, thank you Tim! > > > > I don't think this is applied yet, so Cc-ing Willy. I'll take it once I'm done with the other backports. Thank

Re: [PATCH] REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ (3)

2023-08-14 Thread Tim Düsterhus
Hi On 8/7/23 16:34, Aurelien DARRAGON wrote: Oops indeed, wasn't aware of it, thank you Tim! I don't think this is applied yet, so Cc-ing Willy. Best regards Tim Düsterhus

Re: [PATCH] REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ (3)

2023-08-07 Thread Aurelien DARRAGON
On 07/08/2023 15:46, Tim Duesterhus wrote: > Introduced in: > > 424981cde REGTEST: add ifnone-forwardfor test > b015b3eb1 REGTEST: add RFC7239 forwarded header tests > > see also: > > fbbbc33df REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ > --- >

[PATCH] REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ (3)

2023-08-07 Thread Tim Duesterhus
Introduced in: 424981cde REGTEST: add ifnone-forwardfor test b015b3eb1 REGTEST: add RFC7239 forwarded header tests see also: fbbbc33df REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ --- reg-tests/http-rules/forwarded-header-7239.vtc | 2 +- reg-tests/http-rules/ifnone-forwardfor.vtc

Re: [PATCH] REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ (2)

2022-05-27 Thread Willy Tarreau
On Mon, May 23, 2022 at 10:45:36PM +0200, Tim Duesterhus wrote: > Introduced in: > > 18c13d3bd MEDIUM: http-ana: Add a proxy option to restrict chars in request > header names (...) Merged, thanks Tim! Willy

[PATCH] REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ (2)

2022-05-23 Thread Tim Duesterhus
Introduced in: 18c13d3bd MEDIUM: http-ana: Add a proxy option to restrict chars in request header names see also: fbbbc33df REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+ --- reg-tests/http-rules/restrict_req_hdr_names.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH] REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+

2022-03-21 Thread Willy Tarreau
On Mon, Mar 21, 2022 at 09:25:28AM +0100, Tim Düsterhus wrote: > Willy, > > On 3/11/22 22:46, Tim Duesterhus wrote: > > Introduced in: > > > > 0657b9338 MINOR: stream: add "last_rule_file" and "last_rule_line" samples > > I believe you missed this one. Indeed, for an unknown reason it was

Re: [PATCH] REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+

2022-03-21 Thread Tim Düsterhus
Willy, On 3/11/22 22:46, Tim Duesterhus wrote: Introduced in: 0657b9338 MINOR: stream: add "last_rule_file" and "last_rule_line" samples I believe you missed this one. Best regards Tim Düsterhus

[PATCH] REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+

2022-03-11 Thread Tim Duesterhus
Introduced in: 0657b9338 MINOR: stream: add "last_rule_file" and "last_rule_line" samples --- reg-tests/log/last_rule.vtc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reg-tests/log/last_rule.vtc b/reg-tests/log/last_rule.vtc index b57251912..e69516654 100644 ---