]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: lua: don't reset undesired flags in hlua_ctx_resume
authorThierry FOURNIER <tfournier@arpalert.org>
Sun, 27 Sep 2015 23:02:01 +0000 (01:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 27 Sep 2015 23:03:43 +0000 (01:03 +0200)
commit2f3867f429a7a7f04b54a614d85291831736da83
tree5e21f197f9fba65e83e7e1fb644e2d0b4701d1a0
parentacc980036fd6fe4106390eb9cd213f676110c4a4
BUG/MEDIUM: lua: don't reset undesired flags in hlua_ctx_resume

Some flags like HLUA_MUST_GC must not be cleared otherwise sessions are
not properly cleaned.
src/hlua.c