commit | a029d781e2fc43815ef7d0456d1aa2f961951622 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sat Oct 08 12:33:18 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Oct 10 15:49:09 2022 +0200 |
tree | be9ecf5bdc34d3fe42e2d2e456dd2103baa83c48 | |
parent | 97ecc7a8ea5339a753507c3d4e4cd83028c6d038 [diff] |
CLEANUP: Reapply ist.cocci (2) This reapplies ist.cocci across the whole src/ tree.
diff --git a/src/hlua.c b/src/hlua.c index 19932a5..1595368 100644 --- a/src/hlua.c +++ b/src/hlua.c
@@ -6511,8 +6511,7 @@ goto end; v = htx_get_blk_value(htx, blk); - v.ptr += htxret.ret; - v.len -= htxret.ret; + v = istadv(v, htxret.ret); v = isttrim(v, len); /* trimming data in blk: discard everything after the offset