commit | c01ed9ff20a31e5d917cfd5957baba7946ca9c6c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 30 14:29:31 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 01 17:36:59 2018 +0100 |
tree | 350fc3be52d5f56e65f5c8a76ee115032cc960cd | |
parent | d3c49d17dc3b9c532cda934a365e31601eab1926 [diff] |
MINOR: htx: add a function to cut the beginning of a DATA block htx_cut_data_blk() is used to cut the beginning of a DATA block after a part of it was tranferred. It simply advances the address, reduces the advertised length and updates the htx's total data count.