diff --git a/src/mux_quic.c b/src/mux_quic.c index 04f0c71ed..a2d84cd18 100644 --- a/src/mux_quic.c +++ b/src/mux_quic.c @@ -1273,7 +1273,7 @@ static size_t qc_rcv_buf(struct conn_stream *cs, struct buffer *buf, cs->endp->flags |= CS_EP_ERROR; if (fin) - cs->endp->flags |= (CS_EP_EOI|CS_EP_EOS); + cs->endp->flags |= CS_EP_EOI; if (b_size(&qcs->rx.app_buf)) { b_free(&qcs->rx.app_buf);