commit | 7b1d3d6d3dc2938ac52d793630a50d8f05b9aa7e | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Aug 27 15:05:29 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | fcc160dfe2292e8561db207dfb36fe5a72db5a70 | |
parent | f52151d83e6e8d7f7274430463ffdf81a06ca17c [diff] |
MINOR: mux-quic: send SETTINGS on uni stream
diff --git a/src/mux_quic.c b/src/mux_quic.c index 41a6ce1..f870f70 100644 --- a/src/mux_quic.c +++ b/src/mux_quic.c
@@ -1969,6 +1969,7 @@ 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);