From 3ac2007da4810a71e2c6ef3f22620fff83f5a991 Mon Sep 17 00:00:00 2001 From: Frederic Lecaille Date: Mon, 26 Jan 2026 16:29:42 +0100 Subject: [PATCH] DO NOT COMMIT (needed to make httpterm work with h3). --- src/mux_quic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mux_quic.c b/src/mux_quic.c index 1f11c4d59..ffbb289e2 100644 --- a/src/mux_quic.c +++ b/src/mux_quic.c @@ -640,6 +640,7 @@ static void qmux_ctrl_send(struct qc_stream_desc *stream, uint64_t data, uint64_ /* Remove stream from send_list if all was sent. */ LIST_DEL_INIT(&qcs->el_send); TRACE_STATE("stream sent done", QMUX_EV_QCS_SEND, qcc->conn, qcs); + qcs_notify_send(qcs); if (qcs->flags & (QC_SF_FIN_STREAM|QC_SF_DETACH)) { /* Close stream locally. */ -- 2.47.3