commit | 41736abc1334dcd40d95358748ed260a83759c99 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 22 17:46:13 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Nov 23 15:31:41 2021 +0100 |
tree | 3e48b6f32fe11c65ea17e49c3a35764f5698a62b | |
parent | f7ea50931909ccb3df939ab7ff1b1e5c24c295ce [diff] |
BUG/MINOR: ssl: make SSL counters atomic SSL counters were added with commit d0447a7c3 ("MINOR: ssl: add counters for ssl sessions") in 2.4, but their updates were not atomic, so it's likely that under significant loads they are not correct. This needs to be backported to 2.4. (cherry picked from commit c5e7cf9e696cbc7fbe3f01a6109bd6588a6feabd) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>