mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-05 04:56:10 +02:00
BUG/MINOR: stconn: Increase SC bytes_out value in se_done_ff()
When data are sent via the zero-copy data forwarding, we must not forget to increase the stconn bytes_out value. This patch must be backport to 3.3.
This commit is contained in:
parent
fcfabd0d90
commit
b48c9a1465
@ -525,7 +525,7 @@ static inline size_t se_done_ff(struct sedesc *se)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
se->sc->bytes_out += ret;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user