Re: Which fetcher to use for detecting a connection refused event?

2024-01-09 Thread J B
Hi folks. Just following up here. Still wondering about the prior request. After some more research, it seems that "txn.sess_term_state" is only available in HAProxy 2.9. Might there be a fetcher in 2.8 that can achieve something similar? Thanks for your time. -Jesse On Wed, Jan 3, 2024 at 5:14 

[PATCH] DOC: configuration: corrected description of keyword tune.ssl.ocsp-update.mindelay

2024-01-09 Thread Miroslav Zagorac
Hello all, I'm not sure, but it seems to me that in the doc/configuration.txt documentation, the paragraph related to the keyword tune.ssl.ssl-ctx-cache-size was also copied for the description of the keyword tune.ssl.ocsp-update.mindelay: tune.ssl.ssl-ctx-cache-size Sets the size of the

Re: [PATCH] MEDIUM: sample: Modify fetchers for req.hdrs and res.hdrs to selectively include / exclude headers

2024-01-09 Thread Ruei-Bang Chen
Hi Willy, Hope you are doing well in the New Year! I just want to bump this thread so that we can continue the discussion. I understand you probably have a lot of emails to catch up on recently so there is no urgency for this. Just want to make sure this thread does not get lost. Thanks,

RE: [PATCH 0/1] Update ssl_fc_curve/ssl_bc_curve sample fetch

2024-01-09 Thread Mariam John
Thank you William. Appreciate you taking the time to fix all the discrepancies in my patch. Have a good rest of your day. Regards, Mariam. From: William Lallemand Date: Tuesday, January 9, 2024 at 5:05 AM To: Mariam John , Willy Tarreau Cc: Mariam John , haproxy@formilux.org ,

Re: [PATCH 0/1] Update ssl_fc_curve/ssl_bc_curve sample fetch

2024-01-09 Thread William Lallemand
On 2024-01-08 21:01, Mariam John wrote: Thank you Willy for the update. Appreciate it. Please take your time. I totally understand. Just wanted to make sure it wasn’t lost or forgotten about. Thank you once again. Regards, Mariam. Hello Mariam, Thank you for your contribution, I merged

Re: [PATCH] MINOR: ot: logsrv struct becomes logger

2024-01-09 Thread Willy Tarreau
Hi Miroslav, On Mon, Jan 08, 2024 at 01:12:25PM +0100, Miroslav Zagorac wrote: > Hello all, > > after the patch 18da35c "MEDIUM: tree-wide: logsrv struct becomes logger", the > OpenTracing filter can no longer be compiled in debug mode. This patch fixes > it. > > This patch should be