[PATCH] CLEANUP: fix all duplicated semicolons

2020-08-07 Thread William Dauchy
trivial commit, does not change the code behaviour Signed-off-by: William Dauchy --- src/mux_fcgi.c | 2 +- src/mux_h2.c | 2 +- src/ring.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mux_fcgi.c b/src/mux_fcgi.c index 875049884..ab9ddf095 100644 --- a/src/mux

Re: [PATCH v3 1/2] CLEANUP: ssl: ssl_sock_crt2der semicolon and spaces

2020-08-07 Thread William Lallemand
On Thu, Aug 06, 2020 at 06:11:37PM +0200, William Dauchy wrote: > trivial commit, does not change the code behaviour > On Thu, Aug 06, 2020 at 06:11:38PM +0200, William Dauchy wrote: > Following work from Arjen and Mathilde, it adds ssl_{c,s}_chain_der > methods; it returns DER encoded certs fr

Re: missing date() fetcher in lua api in haproxy 2.2

2020-08-07 Thread Christopher Faulet
Le 31/07/2020 à 15:42, Christopher Faulet a écrit : Le 29/07/2020 à 01:29, James Brown a écrit : In earlier versions of haproxy, the txn.f object had a `date()` method when called from a fetch context which returned the current unix timestamp. In HAproxy 2.2, this method is removed. [...] My

Re: Haproxy 1.8.26-1~bpo9+1

2020-08-07 Thread Vincent Bernat
❦ 5 août 2020 22:48 +02, Christopher Faulet: >> i was just setting up the 2.2 version again and i think i did >> something wrong this morning because i can't reproduce it anymore. >> >> Sorry for the extra work i caused. >> > No problem. I always prefer a false bug report than a long fix session