Force connection close after a haproxy reload

2017-03-13 Thread Robson Roberto Souza Peixoto
Hi! I'm using HaProxy as a reverse proxy to my applications running on Marathon. The Marathon-lb(https://github.com/mesosphere/marathon-lb) is the responsabel to create the configuration file and reload the HaProxy. But there are a lot of thrift and another tcp services and because of that the

Re: [PATCH] CLEANUP: pattern: Move pattern_finalize_config to post checks initialization

2017-03-13 Thread Nenad Merdanovic
Hey Willy, On 3/13/2017 6:32 PM, Willy Tarreau wrote: > Hi Nenad, > > [ccing Thierry] > > On Sun, Mar 12, 2017 at 10:00:51PM +0100, Nenad Merdanovic wrote: >> Signed-off-by: Nenad Merdanovic >> --- >> include/proto/pattern.h | 2 -- >> src/haproxy.c | 2 -- >>

Re: [PATCH] CLEANUP: pattern: Move pattern_finalize_config to post checks initialization

2017-03-13 Thread Willy Tarreau
Hi Nenad, [ccing Thierry] On Sun, Mar 12, 2017 at 10:00:51PM +0100, Nenad Merdanovic wrote: > Signed-off-by: Nenad Merdanovic > --- > include/proto/pattern.h | 2 -- > src/haproxy.c | 2 -- > src/pattern.c | 9 - > 3 files changed, 8

Re: [PATCH] CLEANUP: Remove comment that's no longer valid

2017-03-13 Thread Willy Tarreau
On Sun, Mar 12, 2017 at 10:00:29PM +0100, Nenad Merdanovic wrote: > Code was deleted in ad63582eb, but the comment remained. > > Signed-off-by: Nenad Merdanovic Applied, thanks Nenad Willy

Re: [PATCH 2/2] BUG/MINOR: Fix "get map " CLI command

2017-03-13 Thread Willy Tarreau
Series applied, thanks Nenad, Willy

Re: [PATCH 2/2] CLEANUP: Replace repeated code to count usable servers with be_usable_srv()

2017-03-13 Thread Willy Tarreau
Series applied, thanks Nenad. Willy

Re: [RFC PATCH] MEDIUM: persistent connections for SSL checks

2017-03-13 Thread Willy Tarreau
Hi Steven, On Mon, Mar 13, 2017 at 09:54:49AM -0700, Steven Davidovitz wrote: > Hi, > > Just wanted to follow up. I've been running this patch for a couple days on > an idle system and haven't noticed any problems. > Could this be merged? Is there anything else I can test? I'm personally fine

Re: [RFC PATCH] MEDIUM: persistent connections for SSL checks

2017-03-13 Thread Steven Davidovitz
Hi, Just wanted to follow up. I've been running this patch for a couple days on an idle system and haven't noticed any problems. Could this be merged? Is there anything else I can test? On Wed, Mar 8, 2017 at 1:22 PM, Steven Davidovitz wrote: > Looks like just attempting

SAP Hybris Using Companies Contacts

2017-03-13 Thread dolores . lindsey
Hi There, If you are in the market to target *SAP Hybris* email List to increase your customer base? Then we are happy to inform you of our recent Oracle SOA email list release with all business details for businesses of all size, across a variety of industries. Titles like *C-Level,

SAP Hybris Using Companies Contacts

2017-03-13 Thread dolores . lindsey
Hi There, If you are in the market to target *SAP Hybris* email List to increase your customer base? Then we are happy to inform you of our recent Oracle SOA email list release with all business details for businesses of all size, across a variety of industries. Titles like *C-Level,

Re: [PATCH 0/2] MEDIUM: stats: Add JSON output option to show (info|stat)

2017-03-13 Thread Willy Tarreau
Hi Simon, On Mon, Mar 13, 2017 at 02:36:28PM +0100, Simon Horman wrote: > Hi Willy, > > this patchset seems to have stalled. > I'd like to find a way to revive it. Just in time :-) I was about to ask if you had any news, but apparently I was the one stalling here. > > > Thanks for this. I'm

Re: [PATCH 0/2] MEDIUM: stats: Add JSON output option to show (info|stat)

2017-03-13 Thread Simon Horman
Hi Willy, this patchset seems to have stalled. I'd like to find a way to revive it. On Sun, Jan 08, 2017 at 11:52:46AM +0100, Simon Horman wrote: > Hi Willy, > > On Sun, Jan 08, 2017 at 07:37:24AM +0100, Willy Tarreau wrote: > > Hi Simon, > > > > On Wed, Jan 04, 2017 at 09:37:24AM +0100, Simon

Re: HaProxy Hang

2017-03-13 Thread David King
Hi All Apologies for the delay in response, i've been out of the country for the last week Mark, my gut feeling is that is network related in someway, so thought we could compare the networking setup of our systems You mentioned you see the hang across geo locations, so i assume there isn't

Re: Capturing browser TLS cipher suites

2017-03-13 Thread Thierry Fournier
Le 8 mars 2017 3:10:14 PM Willy Tarreau a écrit : On Wed, Mar 08, 2017 at 12:42:38PM +0100, Emmanuel Hocdet wrote: > However as I said to Thierry, please don't add "if (ptr)" before > a pool_free2(), we have the same semantics as free() which is a > NOP on NULL on all supported

wolfSSL

2017-03-13 Thread Marco
Hello, is it possible to build HAProxy with wolfSSL instead of OpenSSL? I have tried it the same way as with a custom OpenSSL version, but it failed. So my guess is it is not supported? Thanks Marco

Re: rewrite response body

2017-03-13 Thread Aleksandar Lazic
Hi Budai, Am 12-03-2017 21:32, schrieb Budai Laszlo: Hello, I would like to rewrite the resonse body with haproxy. I've read about rsprep, rspirep, but these are only processing the headers. Is there a way to do text replacements in the body of the http response? How? and which version of

Re: half-closed solved ? (was Re: [PATCH] BUG/MAJOR: stream: fix tcp half connection expire causes) cpu 100%

2017-03-13 Thread Willy Tarreau
On Mon, Mar 13, 2017 at 11:22:57AM +0800, ??? wrote: > Hi Willy, >I tested the patch you provided, able to solve my problems encountered. >Thank you so enthusiastic help. my name is Hongbo Long. Great, thank you! Willy