commit | 474cf54a97ca19fa0f5a1de9489330f348836531 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 24 10:54:47 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 24 23:47:31 2014 +0100 |
tree | 06bf22b84de384abe6e3ec65201f05a3ebef537d | |
parent | 3dd6a25323e859667aa313508b1a9787e9e2d55c [diff] |
MINOR: buffer: reset a buffer in b_reset() and not channel_init() We'll soon need to be able to switch buffers without touching the channel, so let's move buffer initialization out of channel_init(). We had the same in compressoin.c.