-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
profile-level-id parsed as hex but serialized as decimal #226
Comments
Thanks a lot for the bug report. Indeed that is a bug which has slipped through the tests. Looks like an easy fix. |
Awesome thank you for the quick fix! It looks like the only difference now is removal of the trailing |
Yaeh I ran into the issue of thee \r\n as well. But then decided that for now it is easier to fix this issue just with a new unit test. I don't think that check_parse_and_serialize was ever written with the intention of it being used outside of the unit test. It might be worth considering to look into using check_parse_and_serialize in the bigger tests as well. I'm only concerned that it might result in a whole set of new issues :-) |
FYI I created issue #228 for looking into using check_parse_and_serialize() more. |
adding
check_parse_and_serialize
to the firefox video test shows this failure:also it looks like profile-level-id has to be 3 octects according to this RFC https://tools.ietf.org/html/rfc6184#section-8.1
The text was updated successfully, but these errors were encountered: