commit | a07a34eb24d5765070ef35a572db9f5d21efe259 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Aug 16 23:27:46 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Aug 16 23:27:46 2009 +0200 |
tree | 1ecbed3f2907e755fe813dce03f89d12dde5a289 | |
parent | 4e5b8287a6fe500fc0af6c68635a05d69cecf40b [diff] |
[MEDIUM] replace BUFSIZE with buf->size in computations The first step towards dynamic buffer size consists in removing all static definitions of the buffer size. Instead, we store a buffer's size in itself. Right now they're all preinitialized to BUFSIZE, but we will change that.