commit | 7af4605ef76f6929835eefd13664beab379101b5 | [log] [tgz] |
---|---|---|
author | David du Colombier <dducolombier@exceliance.fr> | Wed May 16 14:16:48 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 16 14:21:55 2012 +0200 |
tree | 9242526704c9faa7e97e7ef98b1f6c9731ad0a66 | |
parent | 7823de3d90009de9b52707f681109a72423116b9 [diff] |
BUG/MAJOR: trash must always be the size of a buffer Before it was possible to resize the buffers using global.tune.bufsize, the trash has always been the size of a buffer by design. Unfortunately, the recent buffer sizing at runtime forgot to adjust the trash, resulting in it being too short for content rewriting if buffers were enlarged from the default value. The bug was encountered in 1.4 so the fix must be backported there.