]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: session: simplify receive buffer allocator to only use the channel
authorWilly Tarreau <w@1wt.eu>
Sun, 28 Dec 2014 12:09:02 +0000 (13:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Mar 2015 19:41:47 +0000 (20:41 +0100)
commit78955f4c8ba81cf090d8fd899111a871f4e1be43
tree4679d529188c43727c262b1c00b994768478d7c0
parentd5ccfa3fc5780b8429cd3ea56e37e5f568981b5c
MEDIUM: session: simplify receive buffer allocator to only use the channel

Now that we can get the session from the channel, let's simplify the
prototype of session_alloc_recv_buffer() to only require the channel.
Both the caller and the function are now simplified.
include/proto/session.h
src/hlua.c
src/session.c
src/stream_interface.c