]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: cli/streams: missing unlock on exit "show sess"
authorWilly Tarreau <w@1wt.eu>
Sun, 5 Nov 2017 09:31:10 +0000 (10:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 5 Nov 2017 09:31:10 +0000 (10:31 +0100)
commit70124ce3e12403632511944c17c7fb8e8455fde2
treee1da642174bdae4f144e81146d44acb56b23a415
parent6ce38f3eab02634afcfb7be9ad836e1b6347ed7d
BUG/MAJOR: cli/streams: missing unlock on exit "show sess"

An unlock was missing on the situation where the session disappeared
while watching it.
src/stream.c