commit | f6dfd88a92388823258efbf858fc3a2db7fa7bd3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jul 09 11:43:36 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:43 2018 +0200 |
tree | 21fdd95e378560ce7561e4141fad6b726ca0b5a2 | |
parent | abed1e7f34aafa75c89f6ff3d2eecce29f800db0 [diff] |
MINOR: buffer: b_set_data() doesn't truncate output data anymore b_set_data() is used : - in proto_http and hlua to trim input data (b_set_data(co_data())) - in SPOE to append data to a buffer while building a message In no case will this truncate a buffer so we can safely remove the test for len < b->output.