stable-bot: Bugfixes waiting for a release 2.2 (18), 2.1 (13), 2.0 (8), 1.8 (6)

2020-08-18 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

[RFC PATCH] MEDIUM: Add support for if-none-match for cache responses

2020-08-18 Thread Tim Duesterhus
William, find below a very dirty proof of concept patch for issue 821 https://github.com/haproxy/haproxy/issues/821 With the following example configuration: listen fe mode http bind *:8080 http-request cache-use foo http-response cache-store foo

Re: [PATCH] MINOR: cache: Reject duplicate cache names

2020-08-18 Thread Willy Tarreau
Hi Tim, On Tue, Aug 18, 2020 at 10:20:27PM +0200, Tim Duesterhus wrote: > Using a duplicate cache name most likely is the result of a misgenerated > configuration. There is no good reason to allow this, as the duplicate > caches can't be referred to. > > This commit resolves GitHub issue #820. >

[PATCH] DOC: cache: Use '' instead of '' in error message

2020-08-18 Thread Tim Duesterhus
When the cache name is left out in 'filter cache' the error message refers to a missing ''. The name of the cache is called 'name' within the docs. Adjust the error message for consistency. The error message was introduced in 99a17a2d91f9044ea20bba6617048488aed80555. This commit first appeared

[PATCH] MEDIUM: cfgparse: Emit hard error on truncated lines

2020-08-18 Thread Tim Duesterhus
As announced within the emitted log message this is going to become a hard error in 2.3. It's 2.3 time now, let's do this. see 2fd5bdb439da29f15381aeb57c51327ba57674fc --- src/cfgparse.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/cfgparse.c

[PR] Prevent favicon.ico requests errors for stats page.

2020-08-18 Thread PR Bot
Dear list! Author: zurikus Number of patches: 2 This is an automated relay of the Github pull request: Prevent favicon.ico requests errors for stats page. Patch title(s): Prevent favicon.ico requests for stats page Merge pull request #1 from zurikus/zurikus-patch-1 Link: