]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: channel: functions to get data from a buffer without copy
authorThierry FOURNIER <tfournier@haproxy.com>
Mon, 16 Feb 2015 18:26:48 +0000 (19:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:33 +0000 (23:12 +0100)
commitca16b038132444dea06e6d83953034128a812bce
tree984df383404db26d6e763f667a73e67eca6b1307
parentbc4c1ac6ad3dfd5bb8dee521e070022efe549c5c
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.
include/proto/channel.h
src/channel.c