[PATCH] MINOR: Add support for http 413 status

2020-06-22 Thread Anthonin Bonnefoy
From: Anthonin Bonnefoy Add 413 http status code. This will allow 413 to be used in deny_status and errorfile. --- doc/configuration.txt| 40 include/haproxy/http-t.h | 1 + src/http.c | 10 ++ 3 files changed, 31 insertions

[PATCH] BUG/MINOR: Fix prometheus '# TYPE' and '# HELP' headers

2019-08-07 Thread Anthonin Bonnefoy
From: Anthonin Bonnefoy Prometheus protocol defines HELP and TYPE as a token after the '#' and the space after the '#' is necessary. This is expected in the prometheus python client for example (https://github.com/prometheus/client_python/blob/a8f5c80f651ea570577c

Re: [PATCH] MINOR: dns: Set maximum DNS udp payload at 65507

2019-09-10 Thread Anthonin Bonnefoy
Hi, Any news on this? We have use cases with records returning 600+ IPs and the resolution fails since it exceeds the payload. Regards, Anthonin On Sun, Dec 2, 2018 at 6:46 PM Willy Tarreau wrote: > On Thu, Oct 18, 2018 at 05:52:47PM +0200, Anthonin Bonnefoy wrote: > > From: Anthonin

[PATCH] MINOR: dns: Set maximum DNS udp payload at 65507

2018-10-18 Thread Anthonin Bonnefoy
From: Anthonin Bonnefoy With EDNS, DNS packets can have a maximum size of 65507. This will allow to have a bigger accepted_payload_size which is useful when we have more than 100 SRV records. --- include/types/dns.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include