mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-10-27 14:41:28 +01:00
MINOR: stconn: Move data from kip to kop when data are sent to the consumer
When data are sent to the consumer, the known output payload length is updated using the known input payload length value and this last one is then reset. se_fwd_kip() function is used for this purpose.
This commit is contained in:
parent
f6a4d41dd0
commit
30c50e4f19
@ -1643,6 +1643,8 @@ int sc_conn_send(struct stconn *sc)
|
|||||||
if (!conn->mux)
|
if (!conn->mux)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
se_fwd_kip(sc->sedesc);
|
||||||
|
|
||||||
if (sc_ep_have_ff_data(sc)) {
|
if (sc_ep_have_ff_data(sc)) {
|
||||||
unsigned int send_flag = 0;
|
unsigned int send_flag = 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user