Re: Fwd: BUG/MEDIUM: http: res redir not work coz exist res contents not truncate

2020-01-07 Thread Christopher Faulet
Le 02/01/2020 à 10:58, Willy Tarreau a écrit : Thanks Kevin, it seems I missed this one. On Fri, Dec 27, 2019 at 05:38:15PM +0800, Kevin Zhu wrote: global log 127.0.0.1 local4 info defaults mode http timeout connect 10s timeout client 300s timeout server 300s listen inhttp option httplog log

Re: Fwd: BUG/MEDIUM: http: res redir not work coz exist res contents not truncate

2020-01-02 Thread Willy Tarreau
Thanks Kevin, it seems I missed this one. On Fri, Dec 27, 2019 at 05:38:15PM +0800, Kevin Zhu wrote: > global > log 127.0.0.1 local4 info > > defaults > mode http > timeout connect 10s > timeout client 300s > timeout server 300s > > listen inhttp > option httplog > log global > bind ipv4@:80 > l

Fwd: BUG/MEDIUM: http: res redir not work coz exist res contents not truncate

2019-12-27 Thread Kevin Zhu
-- Forwarded message - From: Kevin Zhu Date: Thu, 26 Dec 2019 at 19:33 Subject: Re: BUG/MEDIUM: http: res redir not work coz exist res contents not truncate To: Willy Tarreau Hello Willy, sorry for I haven't clarified the issue, contents below here is my testing envire

Re: BUG/MEDIUM: http: res redir not work coz exist res contents not truncate

2019-12-25 Thread Willy Tarreau
Hi Kevin, On Tue, Dec 24, 2019 at 04:52:04PM +0800, Kevin Zhu wrote: > Hi > The "http-response redirect location" action not work will because of the > received response contents from the server have no truncate. > the attach patches should fix that. Sorry, but I didn't undertand what the issue i

BUG/MEDIUM: http: res redir not work coz exist res contents not truncate

2019-12-24 Thread Kevin Zhu
atus, reason); if (!sl) -- 2.7.4 From 894b21265a24efd764c2d34a1664e843d472ea6a Mon Sep 17 00:00:00 2001 From: Kevin Zhu Date: Tue, 24 Dec 2019 16:34:36 +0800 Subject: [PATCH] BUG/MEDIUM: http: res redir not work coz exist res contents not truncate --- src/proto_http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 de