mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-25 16:17:21 -04:00
CLEANUP: Reapply ist.cocci (2)
This reapplies ist.cocci across the whole src/ tree.
This commit is contained in:
parent
97ecc7a8ea
commit
a029d781e2
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Reference in a new issue