Re: [PATCH] MINOR: Add the fc_pp_authority fetch -- authority TLV, from PROXYv2

2019-08-28 Thread Geoff Simmons
On 8/28/19 17:19, Willy Tarreau wrote:
> 
> Thank you Geoff. The code is pretty clean and straightforward, I've
> now merged it. I'm pretty sure it will be very useful! Now you and Nils
> have everything you need to finish your onloader project ;-)

Great news, thanks for your help. It feels good to have contributed a
modest few lines to haproxy, will sip some fine French wine to celebrate.


Thanks,
Geoff
-- 
** * * UPLEX - Nils Goroll Systemoptimierung

Scheffelstraße 32
22301 Hamburg

Tel +49 40 2880 5731
Mob +49 176 636 90917
Fax +49 40 42949753

http://uplex.de



signature.asc
Description: OpenPGP digital signature


Re: [PATCH] MINOR: Add the fc_pp_authority fetch -- authority TLV, from PROXYv2

2019-08-28 Thread Willy Tarreau
On Tue, Aug 27, 2019 at 06:31:16PM +0200, Geoff Simmons wrote:
> Save the authority TLV in a PROXYv2 header from the client connection,
> if present, and make it available as fc_pp_authority.
> 
> The fetch can be used, for example, to set the SNI for a backend TLS
> connection.

Thank you Geoff. The code is pretty clean and straightforward, I've
now merged it. I'm pretty sure it will be very useful! Now you and Nils
have everything you need to finish your onloader project ;-)

Cheers,
Willy



Re: 1.9 external health checks fail suddenly

2019-08-28 Thread Veiko Kukk

On 2019-07-11 08:35, Willy Tarreau wrote:

against your version. Normally it should work for 1.9 to 2.1.


Applied it to 1.9.10, after ~ 12h it ran into spinlock using 400% cpu (4 
threads configured). Not sure if this is related to patch or is some new 
bug in 1.9.10. I've now replaced running instance with 1.9.10 without 
external check patch to see if this happens again.


best regards,
Veiko