]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: channel: move buffer_{replace,insert_line}* to buffer.{c,h}
authorWilly Tarreau <wtarreau@exceliance.fr>
Mon, 27 Aug 2012 20:08:00 +0000 (22:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:47:33 +0000 (20:47 +0200)
commitaf81935b8296346705df2489f1d601bf570ec40e
tree14873b892efa304ea73f207203750006f9fd5fd3
parentf941cf2ef2e383d8bd34de2493dd9c983ab316f7
REORG: channel: move buffer_{replace,insert_line}* to buffer.{c,h}

These functions do not depend on the channel flags anymore thus they're
much better suited to be used on plain buffers. Move them from channel
to buffer.
include/common/buffer.h
include/proto/channel.h
src/buffer.c
src/channel.c
src/frontend.c
src/proto_http.c