Rian McGuire
89fcb7d929
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.
In the example below :
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.
This patch should backported to 1.8 and 1.7.
2018-04-25 08:59:23 +02:00
..
2017-11-24 17:19:12 +01:00
2017-11-24 17:19:12 +01:00
2018-01-25 22:25:40 +01:00
2017-11-24 17:19:12 +01:00
2017-11-24 17:19:12 +01:00
2018-03-08 18:33:48 +01:00
2018-04-06 19:02:25 +02:00
2018-04-16 15:58:23 +02:00
2018-04-25 05:39:49 +02:00
2018-04-04 10:36:50 +02:00
2017-11-24 17:49:53 +01:00
2018-04-16 19:22:42 +02:00
2017-11-24 17:49:53 +01:00
2018-03-21 05:04:01 +01:00
2017-11-27 14:22:21 +01:00
2018-03-19 12:09:16 +01:00
2018-04-03 19:38:15 +02:00
2018-04-17 17:46:56 +02:00
2018-04-03 19:38:15 +02:00
2018-04-03 19:38:15 +02:00
2018-02-08 17:24:06 +01:00
2017-11-24 17:49:53 +01:00
2017-11-24 17:49:53 +01:00
2018-04-05 15:13:54 +02:00
2018-04-16 15:51:57 +02:00
2017-12-03 21:09:38 +01:00
2018-04-17 17:17:58 +02:00
2018-03-21 05:04:01 +01:00
2018-03-29 18:54:33 +02:00
2017-11-24 17:49:53 +01:00
2017-11-24 17:21:27 +01:00
2018-03-27 14:17:02 +02:00
2017-12-30 17:37:08 +01:00
2017-12-03 21:08:39 +01:00
2018-03-27 20:05:13 +02:00
2017-12-14 17:36:39 +01:00
2018-03-23 16:21:50 +01:00
2018-04-05 15:13:54 +02:00
2018-04-16 19:23:16 +02:00
2018-02-22 14:18:45 +01:00
2018-04-19 10:35:30 +02:00
2017-12-22 18:54:05 +01:00
2017-11-24 17:19:12 +01:00
2018-04-19 17:49:48 +02:00
2018-01-22 16:03:25 +01:00
2017-11-24 17:49:53 +01:00
2018-04-25 08:59:23 +02:00
2018-01-29 16:07:25 +01:00
2018-03-16 11:19:07 +01:00
2017-11-24 17:49:53 +01:00
2018-03-26 17:17:59 +02:00
2017-11-24 17:19:12 +01:00
2018-04-19 10:33:28 +02:00
2018-03-21 05:04:01 +01:00
2018-03-23 16:21:50 +01:00
2017-11-24 17:49:53 +01:00
2018-04-16 19:23:16 +02:00
2018-04-06 19:16:18 +02:00
2018-02-26 11:53:46 +01:00
2018-03-19 12:13:02 +01:00
2018-02-05 14:24:50 +01:00
2018-03-23 18:00:09 +01:00
2018-01-23 15:38:33 +01:00
2018-01-29 13:53:56 +01:00
2018-02-05 20:11:38 +01:00
2017-11-24 17:19:12 +01:00
2017-12-08 10:37:24 +01:00
2017-11-24 17:19:12 +01:00