stable-bot: Bugfixes waiting for a release 2.3 (11), 2.2 (10)

2021-01-26 Thread stable-bot
Hi, This is a friendly bot that watches fixes pending for the next haproxy-stable release! One such e-mail is sent periodically once patches are waiting in the last maintenance branch, and an ideal release date is computed based on the severity of these fixes and their merge date. Responses

Re: HAProxy ratelimit based on bandwidth

2021-01-26 Thread Aleksandar Lazic
Hi. On 26.01.21 05:54, Sangameshwar Babu wrote: > Hello Team, > > I would like to get some suggestions on setting up ratelimit on HAProxy 1.8 version, > my current setup is as below. > > 1000+ rsyslog clients(TCP) -> HAProxy (TCP mode) -> backend centralized rsyslog server. > > I have the

Re: [PATCH 2/2] CI: Fix DEBUG_STRICT definition for Coverity

2021-01-26 Thread Илья Шипицин
Thank you! On Tue, Jan 26, 2021, 11:24 PM Tim Duesterhus wrote: > The DEBUG_STRICT define needs to be passed as part of `DEBUG`, not as a > bare > parameter. > --- > .github/workflows/coverity.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH 1/2] BUILD: Include stdlib.h in compiler.h if DEBUG_USE_ABORT is set

2021-01-26 Thread Tim Duesterhus
Building with `"DEBUG=-DDEBUG_STRICT=1 -DDEBUG_USE_ABORT=1"` previously emitted the warning: In file included from include/haproxy/api.h:35:0, from src/mux_pt.c:13: include/haproxy/buf.h: In function ‘br_init’: include/haproxy/bug.h:42:90: warning: implicit

[PATCH 2/2] CI: Fix DEBUG_STRICT definition for Coverity

2021-01-26 Thread Tim Duesterhus
The DEBUG_STRICT define needs to be passed as part of `DEBUG`, not as a bare parameter. --- .github/workflows/coverity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 4eae2197e..78d98bc8e 100644 ---

Bid Writing, Major Donors and Volunteering Workshops

2021-01-26 Thread NFP Workshops
NFP WORKSHOPS Affordable Charity Training Courses 18 Blake Street, York YO1 8QG 01133 280988 Bid Writing: The Basics ONLINE VIA ZOOM COST £95.00 TOPICS COVERED Do you know the most common reasons for rejection? Are you gathering the right evidence? Are you making the right

Re: Inquiry

2021-01-26 Thread Alexander Rossow
Im currently using HAProxy as a http proxy infront of another http superproxy. HAProxy is used for authentication and then changes the Proxy credentials to those of the superproxy. However, we need to keep track of the data usage for each user. Since the superproxy is not made from our end, we

Re: Inquiry

2021-01-26 Thread Jarno Huuskonen
Hi, On Tue, 2021-01-26 at 14:32 +0100, Alexander Rossow wrote: > Hi there, > I would like to know if it is possible to update the logs while the socket > is open. Currently the logs are updated only after closing the socket, > which causes issues. We have already tried the http close and the

Inquiry

2021-01-26 Thread Alexander Rossow
Hi there, I would like to know if it is possible to update the logs while the socket is open. Currently the logs are updated only after closing the socket, which causes issues. We have already tried the http close and the https close server options. Unfortunately without success Thanks in

Re: [PATCH v2 1/4] MEDIUM: stats: allow to select one field in `stats_fill_be_stats`

2021-01-26 Thread Christopher Faulet
Le 25/01/2021 à 17:29, William Dauchy a écrit : prometheus approach requires to output all values for a given metric name; meaning we iterate through all metrics, and then iterate in the inner loop on all objects for this metric. In order to allow more code reuse, adapt the stats API to be able

Re: [PATCH] MINOR: abort() on my_unreachable() when DEBUG_USE_ABORT is set.

2021-01-26 Thread Christopher Faulet
Le 25/01/2021 à 17:51, Tim Duesterhus a écrit : Hopefully this helps static analysis tools detecting that the code after that call is unreachable. See GitHub Issue #1075. --- include/haproxy/compiler.h | 4 1 file changed, 4 insertions(+) diff --git a/include/haproxy/compiler.h

Re: [PATCH] DOC: Improve documentation of the various hdr() fetches

2021-01-26 Thread Christopher Faulet
Le 23/01/2021 à 17:50, Tim Duesterhus a écrit : GitHub issue #796 notes that many administrators miss the fact that the `hdr()` fetch (without the `f`) splits the header value at commas. This is only mentioned at the end of a long paragraph. This patch attempts to improve the documentation by:

Re: [PATCH] spelling fix

2021-01-26 Thread Christopher Faulet
Le 22/01/2021 à 22:13, Илья Шипицин a écrit : Hello, just one fix. Ilya Merged now, thanks ! -- Christopher Faulet

Re: [PATCH] MINOR: abort() on my_unreachable() when DEBUG_USE_ABORT is set.

2021-01-26 Thread Christopher Faulet
Le 25/01/2021 à 22:04, Илья Шипицин a écrit : there's another one not reported coverity finding in src/hlua.c I tried to suppress it by adding DEFINE=-DDEBUG_USE_ABORT to coverity build (please notice BUG_ON(...) which is not recognized by coverity). but I did something wrong and it did not