BUG/MINOR: Lua: The socket may be destroyed when we try to access.
authorThierry FOURNIER <thierry.fournier@ozon.io>
Tue, 11 Jul 2017 16:38:39 +0000 (18:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Sep 2017 16:59:40 +0000 (18:59 +0200)
commitb01d28f9766c96ebe4d29b9e8cc0c24c689fc03f
tree7cc73954136e90683ebbd701b057b2556024e547
parent5d468ca97b9437eb12403ce25d71622e508eac5c
BUG/MINOR: Lua: The socket may be destroyed when we try to access.

When we try to access to other proxy context, we must check
its existence because haproxy can kill it between the creation
and the usage.

This patch should be backported in 1.6 and 1.7
src/hlua.c