Re: [PATCH] BUG/MINOR: log: t_idle (%Ti) is not set for some requests

2018-04-25 Thread Willy Tarreau
Hello Rian, On Tue, Apr 24, 2018 at 02:49:09PM -0300, Rian McGuire wrote: > Hello, > > I discovered an issue with %Ti that appears to date back to when it > was introduced. > > If you have TCP content inspection enabled on your frontend, for example: > stick-table type string len 64 size 100

[PATCH] BUG/MINOR: log: t_idle (%Ti) is not set for some requests

2018-04-24 Thread Rian McGuire
McGuire Date: Tue, 24 Apr 2018 11:19:21 -0300 Subject: [PATCH] BUG/MINOR: log: t_idle (%Ti) is not set for some requests If TCP content inspection is used, msg_state can be >= HTTP_MSG_ERROR the first time http_wait_for_request is called. t_idle was being left unset in that case. ---