commit | 3ef26398703a8f83a710278df8ec585ada161184 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Aug 29 16:46:57 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 05 10:27:46 2017 +0200 |
tree | f1c3579301af126d42a5f32a5a20268029df7c4b | |
parent | 748919a4c75495bc6464e82b52dd9b71cbbc23ca [diff] |
MEDIUM: chunks: Realloc trash buffers only after the config is parsed and checked Trash buffers are reallocated when "tune.bufsize" parameter is changed. Here, we just move the realloc after the configuration parsing. Given that the config parser doesn't rely on the trash size, it should be harmless.