commit | ca16b038132444dea06e6d83953034128a812bce | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@haproxy.com> | Mon Feb 16 19:26:48 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 28 23:12:33 2015 +0100 |
tree | 984df383404db26d6e763f667a73e67eca6b1307 | |
parent | bc4c1ac6ad3dfd5bb8dee521e070022efe549c5c [diff] |
MINOR: channel: functions to get data from a buffer without copy We now have functions to retrieve one block and one line from either the input or the output part of a buffer. They return up to two (pointer,length) values in case the buffer wraps.