commit | 486d52a2a30e64a6709cf6ffbb9d6d4d9286076b | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Mon Mar 09 17:51:43 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 09 18:46:48 2015 +0100 |
tree | 09395583af2ede05f74e501921bba949f15afb4e | |
parent | e83766afd1c5fc77f74698183fe174907cbc323f [diff] |
BUG/MEDIUM: lua: sockets don't have buffer to write data When we try to write data in a session from another session, the "req" buffer is not allowed. This patch try to allocate the buffer. The session wait if the buffer is not yet avalaible.