commit | 8280d6496127aac6da5f90866ad26af13fe89a4e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 23 23:37:52 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 23 23:50:01 2009 +0200 |
tree | 587c011f05e02d6ef300026a5096efeeab93d094 | |
parent | 0960541e496167f4cc5f89f114e027bf8f7f1ff0 [diff] |
[BUG] variable buffer size ignored at initialization time Commit 27a674efb84bde8c045b87c9634f123e2f8925dc introduced the ability to configure buffer sizes. Unfortunately, the pool was created before the conf was read, so that is was always set to the default size. In order to fix that, we delay the call to init_buffer(), which is not a problem since nothing uses it during the initialization.