BUG/MINOR: pattern: pattern comparison executed twice
authorThierry FOURNIER <tfournier@exceliance.fr>
Tue, 14 Jan 2014 12:38:40 +0000 (13:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 14 Jan 2014 14:42:59 +0000 (15:42 +0100)
commit35249cb0452213d7f1f10067eeffe25eac5d8384
tree937ab332b6c1ffab7e5f7e3b84326594b15ef0cd
parent8663105095b1f92d91450c33fc447bb679152489
BUG/MINOR: pattern: pattern comparison executed twice

If the pattern is set as case insensitive, the string comparison
is executed twice. The first time is insensitive comparison, the
second is sensitive.

This is a recent bug, no backport is needed.
src/pattern.c