commit | 005439250989140b9d7dbbf3ccc5b97c2dec0a1d | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Mon Mar 09 18:35:06 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 09 18:46:48 2015 +0100 |
tree | d5382d3d2bbe62760d7667cae2f6dc9a69faa3b1 | |
parent | 95ad96a7ea06b4da01e9f2c05ee350602d1662b9 [diff] |
BUG/MINOR: lua: sockets receive behavior doesn't follows the specs Specs says that the receive() function with an argument "*l" must return a line without the final "\n" ( or without "\r\n"). This patch removes these two final bytes.