diff --git a/src/quic_frame.c b/src/quic_frame.c index edf81f14a..1cb2006fd 100644 --- a/src/quic_frame.c +++ b/src/quic_frame.c @@ -1081,6 +1081,7 @@ static int quic_parse_qmux_transport_parameters(struct quic_frame *frm, struct q if (!quic_transport_params_decode(¶ms_frm->params, 1, *pos, end)) return 0; + *pos += len; return 1; }