[ANNOUNCE] haproxy-2.3.16

2021-11-24 Thread Christopher Faulet
Hi, HAProxy 2.3.16 was released on 2021/11/24. It added 18 new commits after version 2.3.15. As announced for the 2.4.9, this release contains fixes about hidden bugs recently exposed about the shutdowns management at the conn-stream level. The client connections close could be delayed by the

[ANNOUNCE] haproxy-2.4.9

2021-11-24 Thread Christopher Faulet
Hi, HAProxy 2.4.9 was released on 2021/11/23. It added 36 new commits after version 2.4.8. In the previous release, fixes about shutdowns management in the muxes have exposed some hidden bugs. Since the muxes were introduced, in the 1.8, shutdowns at the conn-stream level were not fully

Re: [PATCH 1/1] BUG/MINOR: lua: remove loop initial declarations

2021-11-24 Thread Tim Düsterhus
Bertrand, On 11/24/21 10:16 PM, Bertrand Jacquin wrote: No backport needed as this issue was introduced in v2.5-dev10~69 with commit 9e5e586e35c5 ("BUG/MINOR: lua: Fix lua error handling in `hlua_config_prepend_path()`") Oh no, that's mine :-( Actually a backport is needed, because 2.5 was

[PATCH]: MEDIUM: pool little FreeBSD support improvement.

2021-11-24 Thread David CARLIER
Hi here a little patch for FreeBSD to support memory arenas trimming. Thanks. regards. From 1d6386a626f56ca64c25e2dfbf2f9d90a81bd7ae Mon Sep 17 00:00:00 2001 From: David Carlier Date: Wed, 24 Nov 2021 20:02:41 + Subject: [PATCH] MEDIUM: pool: trimming arenas on FreeBSD. FreeBSD uses a

[PATCH 1/1] BUG/MINOR: lua: remove loop initial declarations

2021-11-24 Thread Bertrand Jacquin
HAProxy is documented to support gcc >= 3.4 as per INSTALL file, however hlua.c makes use of c11 only loop initial declarations leading to build failure when using gcc-4.9.4: x86_64-unknown-linux-gnu-gcc -Iinclude -Wchar-subscripts -Wcomment -Wformat -Winit-self -Wmain -Wmissing-braces