]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: buffers/channel: replace buffer_insert_line2() with ci_insert_line2()
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Jul 2018 13:43:32 +0000 (15:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:43 +0000 (16:23 +0200)
commit4d893d440c49018ef8ef94d42f5a32be74ae3963
tree22e3dd71a33ab2070995342ee824bb2ad68577b5
parent7b04cc446729d2bfa14afb50f8b6f70c77f771fe
MINOR: buffers/channel: replace buffer_insert_line2() with ci_insert_line2()

There was no point keeping that function in the buffer part since it's
exclusively used by HTTP at the channel level, since it also automatically
appends the CRLF. This further cleans up the buffer code.
include/common/buffer.h
include/proto/channel.h
src/buffer.c
src/channel.c
src/proto_http.c