]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy/cli: only take a read lock in "show errors"
authorWilly Tarreau <w@1wt.eu>
Tue, 20 Oct 2020 15:38:10 +0000 (17:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Oct 2020 15:32:28 +0000 (17:32 +0200)
commit5503908bdc4326e2c822fc1eadddc8c18843f4c1
tree51f6f71d91f4c64a8b6cb8f7eb7e3ff902c53f98
parent595e767030a13136ea9bef4eacb38f7abe6cb211
MINOR: proxy/cli: only take a read lock in "show errors"

There's no point having an exclusive lock here, nothing is modified.
src/proxy.c