diff --git a/src/h3.c b/src/h3.c index 6d58d9f99..5a792c02b 100644 --- a/src/h3.c +++ b/src/h3.c @@ -2020,6 +2020,7 @@ static ssize_t h3_rcv_buf(struct qcs *qcs, struct buffer *b, int fin) * the client has advertised as a connection error of H3_ID_ERROR. */ ret = H3_ERR_ID_ERROR; + break; case H3_FT_MAX_PUSH_ID: /* h3_check_frame_valid() must reject on client side. */ BUG_ON(conn_is_back(qcs->qcc->conn));