mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
TMP
This commit is contained in:
parent
02625863d4
commit
c530030121
1 changed files with 3 additions and 1 deletions
|
|
@ -1721,7 +1721,8 @@ void qcc_send_stream(struct qcs *qcs, int urg, int count)
|
|||
if (count) {
|
||||
qfctl_sinc(&qcc->tx.fc, count);
|
||||
qfctl_sinc(&qcs->tx.fc, count);
|
||||
bdata_ctr_add(&qcs->stream->data, count);
|
||||
if (qcs->stream)
|
||||
bdata_ctr_add(&qcs->stream->data, count);
|
||||
}
|
||||
|
||||
TRACE_LEAVE(QMUX_EV_QCS_SEND, qcc->conn, qcs);
|
||||
|
|
@ -4965,6 +4966,7 @@ static int qmux_qos_init(struct connection *conn, struct proxy *prx,
|
|||
qcc->lfctl.offsets_recv = qcc->lfctl.offsets_consume = 0;
|
||||
|
||||
qfctl_init(&qcc->tx.fc, 0);
|
||||
qcc->rfctl.ms_uni = 3;
|
||||
|
||||
qcc->tx.buf_in_flight = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue