commit | e42bd96d0acc38ea7c546c8de8115ffd1dd6c3f3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 16 16:21:19 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 16 17:00:05 2014 +0200 |
tree | 03d423c0a184fa7e028e4aa6e1b3afc77e23ce07 | |
parent | 4d54c7ca0286588de5060acce9aff8aa9645bb98 [diff] |
MINOR: config: detect the case where a tcp-request content rule has no inspect-delay If a frontend has any tcp-request content rule relying on request contents without any inspect delay, we now emit a warning as this will randomly match. This can be backported to 1.5 as it reduces the support effort.