commit | e84289e5854aa3b00cd19032387f435ca6748491 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 19 14:50:55 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 19 15:53:23 2019 +0200 |
tree | 5b65b9343852ab776a757744959086054d6ef33c | |
parent | 22c57bef56f7261c57d68e330e82f5de43f1de5b [diff] |
BUG/MEDIUM: thread/http: Add missing locks in set-map and add-acl HTTP rules Locks are missing in the rules "http-request set-map" and "http-response add-acl" when an acl or map update is performed. Pattern elements must be locked. This patch must be backported to 1.9 and 1.8. For the 1.8, the HTX part must be ignored.