]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: channel: make channel_slow_realign() take a swap buffer
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Jul 2018 08:57:15 +0000 (10:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:40 +0000 (16:23 +0200)
commitfd8d42f496ac31fd82c1ee631034c23b63e77ef9
tree33335d92014f5888fc2386fae07f55d30565d916
parent4cf1300e6a0127d73bf5fc57df40d8103cc58f82
MEDIUM: channel: make channel_slow_realign() take a swap buffer

The few call places where it's used can use the trash as a swap buffer,
which is made for this exact purpose. This way we can rely on the
generic b_slow_realign() call.
include/proto/channel.h
src/hlua.c
src/proto_http.c