Re: [EXTERNAL] [PATCH] MINOR haproxy switching to sched_setaffinity on FreeBSD 14

2022-01-06 Thread Willy TARREAU
On Thu, Jan 06, 2022 at 06:57:36PM +, David CARLIER wrote: > Hi here a little patch proposal. Looks good, applied, thank you David! Willy

SV: SV: Troubles with AND in acl

2022-01-06 Thread Henning Svane
Hi Tim What is best practis HAProxy? I have multiple test of the type http-request set-var(txn.xmail_eas) bool(1) if XMail { url_beg -i /microsoft-server-activesync } Do I do all the test and at the end for the frontend block Make the http-request tarpit if { var(txn.xmail_eas || txn.xmail_xx

Re: Is "http-request del-header" case sensitive?

2022-01-06 Thread Tim Düsterhus
Shawn, On 1/6/22 10:31 PM, Shawn Heisey wrote: Trying to find out if "http-request del-header" is case-sensitive.  I have the following in my front end and would like to know if I need all of them or if I can reduce the list: This would be easy enough to simply try it out yourself :-) HTTP he

Is "http-request del-header" case sensitive?

2022-01-06 Thread Shawn Heisey
Running haproxy 2.4.10. Trying to find out if "http-request del-header" is case-sensitive.  I have the following in my front end and would like to know if I need all of them or if I can reduce the list:     http-request del-header x-forwarded-for     http-request del-header x-forwarde

[PATCH] MINOR haproxy switching to sched_setaffinity on FreeBSD 14

2022-01-06 Thread David CARLIER
Hi here a little patch proposal. Kind regards. Thanks. 0001-MINOR-haproxy-switching-to-sched_setaffinity-for-Fre.patch Description: Binary data

[PATCH] BUG/MEDIUM: server: avoid changing healthcheck ctx with set server ssl

2022-01-06 Thread William Dauchy
While giving a fresh try to `set server ssl` (which I wrote), I realised the behavior is a bit inconsistent. Indeed when using this command over a server with ssl enabled for the data path but also for the health check path we have: - data and health check done using tls - emit `set server be_foo/

Re: [PATCH] MINOR: proxy: add option idle-close-on-response

2022-01-06 Thread Willy Tarreau
On Wed, Jan 05, 2022 at 10:53:24PM +0100, William Dauchy wrote: > Avoid closing idle connections if a soft stop is in progress. > > By default, idle connections will be closed during a soft stop. In some > environments, a client talking to the proxy may have prepared some idle > connections in ord