commit | 8ae4235f9454564dbb9f31cc827fccda5049e865 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 05 09:47:34 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 05 10:57:42 2018 +0100 |
tree | d27f0f77f36b6a4f3178b90187c350736fca97cd | |
parent | 8706c8131620b08d3f39a56eb45f31aac3c17107 [diff] |
MINOR: htx: make htx_from_buf() adjust the size only on new buffers This one is used a lot during transfers, let's avoid resetting its size when there are already data in the buffer since it implies the size is correct.