]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: detect the case where a tcp-request content rule has no inspect-delay
authorWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2014 14:21:19 +0000 (16:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Sep 2014 15:00:05 +0000 (17:00 +0200)
commite42bd96d0acc38ea7c546c8de8115ffd1dd6c3f3
tree03d423c0a184fa7e028e4aa6e1b3afc77e23ce07
parent4d54c7ca0286588de5060acce9aff8aa9645bb98
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.
src/cfgparse.c