You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Unparsed` contains raw bytes and as such the length is already stored
inside and doesn't require any additional wrapping.
Additionally fix the `Extension::encoded_len` implementation to use
`Unparsed::encoded_len` instead of directly accessing the `Vec`.
Co-authored-by: Ross Williams <ross@ross-williams.net>
Fixes: #64
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
0 commit comments