commit | 2817472bb07ae1b5f8a0f73aa154ea5ec6c193bc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Nov 03 13:36:58 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 05 19:27:09 2020 +0100 |
tree | 6577db9673ea10fc69fb76ce530c05468edac65f | |
parent | ae83e63b487bf41666d0efd641d2dea9d2c283d2 [diff] |
MINOR: pattern: during reload, delete elements frem the ref, not the expression Instead of scanning all elements from the expression and using the slow delete path there, let's use the faster way which involves pat_delete_gen() while the elements are detached from ther reference.