commit | 4288c5a9d81f89f65c02574a434b02e98eea943c | [log] [tgz] |
---|---|---|
author | Cyril Bonté <cyril.bonte@free.fr> | Mon Mar 12 22:02:59 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 12 22:52:24 2018 +0100 |
tree | 18c19d1272c25e9c54a583a701298d2071758452 | |
parent | d400ab3a369523538c426cb70e059954c76b69c3 [diff] |
BUG/MINOR: force-persist and ignore-persist only apply to backends >From the very first day of force-persist and ignore-persist features, they only applied to backends, except that the documentation stated it could also be applied to frontends. In order to make it clear, the documentation is updated and the parser will raise a warning if the keywords are used in a frontend section. This patch should be backported up to the 1.5 branch.