]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: lua: the Lua process is not waked up after sending data on requests side
authorThierry FOURNIER <tfournier@exceliance.fr>
Thu, 5 Mar 2015 23:35:53 +0000 (00:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Mar 2015 16:47:52 +0000 (17:47 +0100)
commit53e08ecc41037a4e6d831e848ce809f625aefb7f
treee953cbaab06a3765222590f0bdda13d0d06ee4ea
parentef6a2115fd7f32a296fda5660d1536482c4226bb
BUG/MEDIUM: lua: the Lua process is not waked up after sending data on requests side

If we are writing in the request buffer, we are not waked up
when the data are forwarded because it is useles. The request
analyzers are waked up only when data is incoming. So, if the
request buffer is full, we set the WAKE_ON_WRITE flag.
include/proto/hlua.h
include/types/hlua.h
src/hlua.c