commit | 78955f4c8ba81cf090d8fd899111a871f4e1be43 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 28 13:09:02 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 11 20:41:47 2015 +0100 |
tree | 4679d529188c43727c262b1c00b994768478d7c0 | |
parent | d5ccfa3fc5780b8429cd3ea56e37e5f568981b5c [diff] |
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.