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 100k expire 60s
>     tcp-request inspect-delay 1s
>     tcp-request content track-sc1 hdr(X-Session)
> 
> %Ti will always be -1, because the msg_state is already at
> HTTP_MSG_BODY when http_wait_for_request is called for the first time.
> 
> It would be great if this could be backported to at least 1.7.

Good catch, thank you. I've added the example above to your commit
message and mentionned the need for backport. It also means that
we probably didn't properly set the idle time in case of parse
error.

Thanks!
Willy

Reply via email to