mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-11 01:41:49 -04:00
MINOR: mux-quic: send SETTINGS on uni stream
This commit is contained in:
parent
f52151d83e
commit
7b1d3d6d3d
1 changed files with 1 additions and 0 deletions
|
|
@ -1969,6 +1969,7 @@ size_t luqs_snd_buf(struct qcs *qcs, struct buffer *buf, size_t count, int flags
|
|||
count = room;
|
||||
|
||||
total += b_xfer(res, buf, count);
|
||||
qcs_push_frame(qcs, res, 0, 0);
|
||||
|
||||
out:
|
||||
TRACE_LEAVE(QC_EV_QCS_SEND|QC_EV_STRM_SEND, qcs->qcc->conn);
|
||||
|
|
|
|||
Loading…
Reference in a new issue