mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 20:46:11 +02:00
MINOR: mux-quic: send SETTINGS on uni stream
This commit is contained in:
parent
f52151d83e
commit
7b1d3d6d3d
@ -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…
x
Reference in New Issue
Block a user