Re: [PATCH] modernize cirrus-ci

2020-01-02 Thread Willy Tarreau
On Thu, Dec 26, 2019 at 01:40:03PM +0500, ??? wrote: > Hello, > > small refinement of cirrus-ci magic. Applied, thanks Ilya! Willy

Re: [PATCH] MINOR: config: disable busy polling on old processes

2020-01-02 Thread Willy Tarreau
Hi William, On Sat, Dec 28, 2019 at 03:36:02PM +0100, William Dauchy wrote: > in the context of seamless reload and busy polling, older processes will > create unecessary cpu conflicts; we can assume there is no need for busy > polling for old processes which are waiting to be terminated. > > Thi

Re: check rewrite feature request

2020-01-02 Thread Willy Tarreau
Hi Aleks, On Thu, Dec 26, 2019 at 12:11:31PM +0100, Aleksandar Lazic wrote: > > - rewrite *all* health checks to internally use tcp-check sequences > > only > > so that we don't have to maintain this horribly broken mess anymore > > and > > can more easily implement new ones ; > > Well,

Re: Fwd: BUG/MEDIUM: http: res redir not work coz exist res contents not truncate

2020-01-02 Thread Willy Tarreau
Thanks Kevin, it seems I missed this one. On Fri, Dec 27, 2019 at 05:38:15PM +0800, Kevin Zhu wrote: > global > log 127.0.0.1 local4 info > > defaults > mode http > timeout connect 10s > timeout client 300s > timeout server 300s > > listen inhttp > option httplog > log global > bind ipv4@:80 > l

Six Affordable Training Courses For Charities, Schools And Public Sector Organisations

2020-01-02 Thread NFP Workshops
NFP WORKSHOPS Six Affordable Training Courses For Charities, Schools And Public Sector Organisations This email has been sent to haproxy@formilux.org CLICK TO UNSUBSCRIBE FROM LIST Alternatively send a blank e-mail to unsubscr...@nfpmail1902.co.uk quoting haproxy@formilux.org in the subjec

Re: customize format of haproxy X-ForwardedFor ssl_c_s_dn during SSL termination

2020-01-02 Thread Chris Software
Hello haproxy, My team member has completed a patch which allows someone to* configure* the format of the proxied certificate's DN and Issuer DN. I have attached the patch here. How can we submit this for inclusion to haproxy? Chris On Fri, Dec 20, 2019 at 12:53 PM Chris Software wrote: >

Re: customize format of haproxy X-ForwardedFor ssl_c_s_dn during SSL termination

2020-01-02 Thread Aleksandar Lazic
Hi Chris. I can't verify the c code. I just ask to add a documentation to the patch. Can the sample be tested with vtest? It would be nice to mention that rfc2253 is LDAP v3. :-) Regards Aleks. Jan 2, 2020 3:41:35 PM Chris Software : > Hello haproxy, > My team member has completed a patch

Lua: forcing garbage collector after socket i/o

2020-01-02 Thread Sadasiva Gujjarlapudi
Hi, We have observed (significant)request handling rate dropped if the TCP sockets were used in `http-request` action. Request handling rate recovered with slight increase in memory usage after commenting the line in `hlua_socket_connect()`/hlua.c `hlua->flags |= HLUA_MUST_GC` Doc: https://www.arpa

Re: Lua: forcing garbage collector after socket i/o

2020-01-02 Thread Aleksandar Lazic
Hi. Am 03-01-2020 01:36, schrieb Sadasiva Gujjarlapudi: Hi, We have observed (significant)request handling rate dropped if the TCP sockets were used in `http-request` action. Request handling rate recovered with slight increase in memory usage after commenting the line in `hlua_socket_connect

Re: check rewrite feature request

2020-01-02 Thread Aleksandar Lazic
Hi Willy. Am 02-01-2020 10:49, schrieb Willy Tarreau: Hi Aleks, On Thu, Dec 26, 2019 at 12:11:31PM +0100, Aleksandar Lazic wrote: > - rewrite *all* health checks to internally use tcp-check sequences > only > so that we don't have to maintain this horribly broken mess anymore > and >