commit | 5a6d3fdf5163c36485566b1afcac24cddbaeaf62 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@haproxy.com> | Mon Feb 09 16:38:34 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 28 23:12:36 2015 +0100 |
tree | 0c5db819fe2991ea6fc9ed6f3294e47e95064cc3 | |
parent | 83758bbee708fbb45ac6ad7eca1175db98212b61 [diff] |
MINOR: lua: channel: add "channel" class The channel class permits manipulation of channels. A channel is an FIFO buffer between the client and the server. This class provides function to read, write, forward, destroy and alter data between the input and the ouput of the buffer.