RE: [PATCH 2/4] MEDIUM: connection: Send out generically allocated proxy-v2-options

2023-11-10 Thread Stephan, Alexander
Hi Willy, Thanks again for the merge, very glad that it made its way into 2.9. > I don't see how this is possible: > >list_for_each_entry(srv_tlv, >pp_tlvs, list) { >if (srv_tlv == NULL) > break; > For srv_tlv to be NULL, it would mean that you

Re: "external-check" does not work properly in Rocklinux8

2023-11-10 Thread Willy Tarreau
Hello, On Thu, Nov 09, 2023 at 05:09:19PM +0800, ?? wrote: > hi, 1?docker pull haproxy:2.8.3 > 2?haproxy.conf:external-check command /var/lib/haproxy/test.sh > > > When the container is running in the RockLinux environment, the > test.sh script is not called for execution. On the contrary,