]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DO NOT COMMIT (needed to make httpterm work with h3).
authorFrederic Lecaille <flecaille@haproxy.com>
Mon, 26 Jan 2026 15:29:42 +0000 (16:29 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Wed, 28 Jan 2026 15:09:40 +0000 (16:09 +0100)
src/mux_quic.c

index 1f11c4d59af762fd92239fb351c84544e692fc2f..ffbb289e2759a85cbeeb5d6b3394b405c532461a 100644 (file)
@@ -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. */