projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f52151d
)
MINOR: mux-quic: send SETTINGS on uni stream
author
Amaury Denoyelle
<adenoyelle@haproxy.com>
Fri, 27 Aug 2021 13:05:29 +0000
(15:05 +0200)
committer
Amaury Denoyelle
<adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000
(15:27 +0200)
src/mux_quic.c
patch
|
blob
|
history
diff --git
a/src/mux_quic.c
b/src/mux_quic.c
index
41a6ce1
..
f870f70
100644
(file)
--- a/
src/mux_quic.c
+++ b/
src/mux_quic.c
@@
-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);