]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: stick-tables: refcount error after copying SC for the session to the...
authorThierry FOURNIER <tfournier@arpalert.org>
Tue, 18 Aug 2015 09:34:18 +0000 (11:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 18 Aug 2015 11:39:49 +0000 (13:39 +0200)
commit827752e7ec006ac001d41005666955832832dc83
treecf8718d26b69704e3514c63f2b69d595b3425328
parent6f82b6dc353a038e007e6a580221882bb67c2160
BUG/MEDIUM: stick-tables: refcount error after copying SC for the session to the stream

Each copyied SC counter will be used and released by the stream, so we
need to increment the refcount.
src/stream.c