commit | 696a2910a02682b0b3827961d83306952d99dbc6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 24 11:36:57 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 24 23:47:32 2014 +0100 |
tree | 161fd2a121bd8d71c9b9954cac7d2209a2c3f637 | |
parent | e583ea583a5e028c25130e25c2d259be3e4fe148 [diff] |
MINOR: buffer: move buffer initialization after channel initialization It's not clean to initialize the buffer before the channel since it dereferences one pointer in the channel. Also we'll want to let the channel pre-initialize the buffer, so let's ensure that the channel is always initialized prior to the buffers.