Re: converters in http-request replace-header

2017-03-28 Thread Brian Loss
Willy, Thanks for the reply. I believe I was still using the 1.6 line at the time I wrote that message. The problem persists in 1.7.0-1.7.2, however 1.7.3 does appear to work for me. I will try 1.7.4 when I get a chance, but I suspect it will work just fine there too. On Tue, Mar 28, 2017 at

Re: converters in http-request replace-header

2017-03-28 Thread Willy Tarreau
Hi Brian, On Fri, Feb 03, 2017 at 11:23:14AM -0500, Brian Loss wrote: > I am seeing what I believe is a bug when converters are used with > http-request replace-header. > I have the following configuration: > > global > maxconn 5 > > defaults > mode http > timeout connect 30s

converters in http-request replace-header

2017-02-03 Thread Brian Loss
I am seeing what I believe is a bug when converters are used with http-request replace-header. I have the following configuration: global maxconn 5 defaults mode http timeout connect 30s timeout client 1m timeout server 1m listen test bind :80