commit | 149e0fe44f049c8beb95d528d700b4d409d06e50 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Wed Jan 29 19:35:06 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 17 18:06:08 2014 +0100 |
tree | 66777793e1102f58c8c2e53a9b86421b61e0f4f4 | |
parent | 364cfdff7af8dbb7d0e2ab10f92f86bae7a6c7a5 [diff] |
MINOR: pattern: The function pat_ref_set() have now atomic behavior Before this patch, this function try to add values in best effort. If the parsing iof the value fail, the operation continue until the end. Now, this function stop on the first error and left the pattern in coherant state.