CLEANUP: Reapply ist.cocci (2)

This reapplies ist.cocci across the whole src/ tree.
This commit is contained in:
Tim Duesterhus 2022-10-08 12:33:18 +02:00 committed by Willy Tarreau
parent 97ecc7a8ea
commit a029d781e2

View file

@ -6511,8 +6511,7 @@ static void _hlua_http_msg_delete(struct http_msg *msg, struct filter *filter, s
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