]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pattern: The function pat_ref_set() have now atomic behavior
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 29 Jan 2014 18:35:06 +0000 (19:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:08 +0000 (18:06 +0100)
commit149e0fe44f049c8beb95d528d700b4d409d06e50
tree66777793e1102f58c8c2e53a9b86421b61e0f4f4
parent364cfdff7af8dbb7d0e2ab10f92f86bae7a6c7a5
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.
src/pattern.c