diff --git a/src/mux_quic.c b/src/mux_quic.c index 3e3238891..786d8bdd4 100644 --- a/src/mux_quic.c +++ b/src/mux_quic.c @@ -1350,6 +1350,8 @@ static const struct mux_ops qc_ops = { .subscribe = qc_subscribe, .unsubscribe = qc_unsubscribe, .wake = qc_wake, + .flags = MX_FL_CLEAN_ABRT|MX_FL_HTX|MX_FL_NO_UPG, + .name = "QUIC", }; static struct mux_proto_list mux_proto_quic =