mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 12:41:00 +02:00
CLEANUP: Reapply ist.cocci (2)
This reapplies ist.cocci across the whole src/ tree.
This commit is contained in:
parent
97ecc7a8ea
commit
a029d781e2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user