[BUG] variable buffer size ignored at initialization time
authorWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2009 21:37:52 +0000 (23:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2009 21:50:01 +0000 (23:50 +0200)
commit8280d6496127aac6da5f90866ad26af13fe89a4e
tree587c011f05e02d6ef300026a5096efeeab93d094
parent0960541e496167f4cc5f89f114e027bf8f7f1ff0
[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.
src/haproxy.c