Re: dsr and haproxy

2022-11-06 Thread Willy Tarreau
On Fri, Nov 04, 2022 at 05:33:40PM +0100, Lukas Tribus wrote: > On Fri, 4 Nov 2022 at 16:50, Szabo, Istvan (Agoda) > wrote: > > > > Yeah, that's why I'm curious anybody ever made it work somehow? > > Perhaps I should have been clearer. > > It's not supported because it's not possible. > >

Re: [PATCH]: BUILD: insecure-setuid-wanted support on FreeBSD

2022-11-06 Thread Willy Tarreau
Hi David, On Fri, Nov 04, 2022 at 07:34:46PM +, David CARLIER wrote: > Hi, > > here a little patch to port the insecure-setuid-wanted directive on FreeBSD. Thanks. I'm having a few comments below. > From be693024d7e49173f7ff37566232238fc5ea1887 Mon Sep 17 00:00:00 2001 > From: David

Re: [PATCH] CI: switch to LibreSSL-3.6.1, enable QUIC

2022-11-06 Thread Willy Tarreau
On Sat, Nov 05, 2022 at 10:12:00AM +0500, ??? wrote: > gentle ping Sorry Ilya, quite busy at the moment, now applied. Thanks! Willy

Re: [PATCH] fix spelling "choosen" --> "chosen"

2022-11-06 Thread Willy Tarreau
On Wed, Nov 02, 2022 at 10:43:49AM +0100, William Lallemand wrote: > > > - if (!tp->choosen) > > > + if (!tp->chosen) > > > return; > > > > > > - chunk_appendf(b, "\n\tversion_information:(choosen=0x%08x", > > > tp->choosen); > > > + chunk_appendf(b,