commit | 40aebd92399d3184758b312856b58a2eae2429e0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 26 11:05:50 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 20:57:18 2012 +0200 |
tree | d18837dc24845f2008f6d723b4f7a10017248057 | |
parent | 7fc1c6eefb7f3b64dee8f3a4a31e3b7f5a65dc2e [diff] |
MINOR: pattern: centralize handling of unstable data in pattern_process() Pattern fetch functions currently check for unstable data and return 0 when SMP_F_MAY_CHANGE is set. Instead of doing this everywhere and having to support specific fetch functions, better do that in pattern_process() which is the one interested in having stable data.