]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: lua: set buffer if it is nnot avalaible.
authorThierry FOURNIER <tfournier@exceliance.fr>
Thu, 5 Mar 2015 16:06:12 +0000 (17:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Mar 2015 16:47:52 +0000 (17:47 +0100)
commit3e3a608f19c2b03d1dbca8e009e44ad24db7c2e4
tree9671db03875fa9644f200e36aefca12576df6ff6
parentbd1f1325e135971b367c1096b92953b0bb5852dc
BUG/MINOR: lua: set buffer if it is nnot avalaible.

Check if the buffer is avalaible because HAProxy doesn't allocate
the request buffer if its not required. Sometimes, the Lua need to
write some data to the server before that the client send his data.
src/hlua.c