commit | e0e734ccc5322e844eb9d3e2bc82dd6479c803f3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 19 14:56:49 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 19 15:01:08 2017 +0200 |
tree | df2ae06cb7e48e5f67059df78994a97bb92e2cfa | |
parent | 06d80a9a9c49b3b17f343a7131b4cf12ef7c6636 [diff] |
MINOR: buffer: add bo_getblk() and bo_getblk_nc() These functions respectively extract a block from an output buffer by copying it or by just passing pointers and lengths for zero copy operation.