Decodes a QUIC variable-length integer at offset.
offset
Rejects non-minimal encodings: a value MUST use the shortest prefix size that can hold it, so a longer prefix for the same value is invalid.
The decoded value and the number of bytes consumed.
Decodes a QUIC variable-length integer at
offset.Rejects non-minimal encodings: a value MUST use the shortest prefix size that can hold it, so a longer prefix for the same value is invalid.