commit | 7a91a0e1e52552b0c90506b9e5da1eceb9f23a38 | [log] [tgz] |
---|---|---|
author | Pieter Baauw <piba.nl.dev@gmail.com> | Sat Feb 13 15:51:58 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Feb 17 10:10:06 2016 +0100 |
tree | 4f0191606b0dda6df7c3f45050ab88030e6a43de | |
parent | 1d54972789c00e504f6e396c8c2046d718fda26f [diff] |
MEDIUM: cfgparse: reject incorrect 'timeout retry' keyword spelling in resolvers If for example it was written as 'timeout retri 1s' or 'timeout wrong 1s' this would be used for the retry timeout value. Resolvers section only timeout setting currently is 'retry', others are still parsed as before this patch to not break existing configurations. A less strict version will be backported to 1.6.