Re: [PATCH] BUG/MINOR: http: Return an error in proxy mode when url2sa fails

2018-04-16 Thread Willy Tarreau
On Mon, Apr 16, 2018 at 10:29:11AM +0200, Christopher Faulet wrote: > Here is a patch fixing an old bug in proxy mode, when you mix valid requests > (using an IP) with invalid ones (with a domain name for instance). > > With following configuration: > > listen test > mode http > bin

[PATCH] BUG/MINOR: http: Return an error in proxy mode when url2sa fails

2018-04-16 Thread Christopher Faulet
roxy always return an error 400 in this case. -- Christopher Faulet >From d1e5d8cb24ad0e71706cf5d4472142a4e048a7f1 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Fri, 13 Apr 2018 15:53:12 +0200 Subject: [PATCH] BUG/MINOR: http: Return an error in proxy mode when url2sa fails In