Skip to content
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

fix: identifier type extraction from protocol #336

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pflynn-virtru
Copy link
Member

@pflynn-virtru pflynn-virtru commented Aug 27, 2024

Removed the bit masking operation on the protocol variable to directly use its value for determining the identifier type. This simplification potentially fixes any errors induced by incorrect bit manipulation of the protocol field.

Removed the bit masking operation on the protocol variable to directly use its value for determining the identifier type. This simplification potentially fixes any errors induced by incorrect bit manipulation of the protocol field.
@pflynn-virtru pflynn-virtru requested a review from a team as a code owner August 27, 2024 16:59
@pflynn-virtru pflynn-virtru marked this pull request as draft August 27, 2024 17:01
@dmihalcik-virtru
Copy link
Member

dmihalcik-virtru commented Aug 28, 2024

huh the reason it currently works is because we are setting the this.protocol to be the combined value with the identifier included. This is one of several surprising things which I've removed in #338

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants