]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: lua: cannot connect socket
authorThierry FOURNIER <tfournier@exceliance.fr>
Mon, 9 Mar 2015 17:12:40 +0000 (18:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Mar 2015 17:46:48 +0000 (18:46 +0100)
commit95ad96a7ea06b4da01e9f2c05ee350602d1662b9
tree666903407b7f18821f476c7c74c34d542acc3a67
parent486d52a2a30e64a6709cf6ffbb9d6d4d9286076b
BUG/MEDIUM: lua: cannot connect socket

The Lua stack is not waked up when the connect() receive a positive
or negatibe response. This patch adds a signal to wake up the Lua
stack.
src/hlua.c