We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add an extension with payload with size <= 16 and extension map ID > 14.
Header's ExtensionProfile should be set to ExtensionProfileTwoByte.
It is set to ExtensionProfileOneByte. Consequently, the receiver (browsers) ignores the extension because its ID is invalid.
The text was updated successfully, but these errors were encountered:
I will create a PR that would fix this (#255) and #249 together.
Sorry, something went wrong.
enobufs
No branches or pull requests
Your environment.
What did you do?
Add an extension with payload with size <= 16 and extension map ID > 14.
What did you expect?
Header's ExtensionProfile should be set to ExtensionProfileTwoByte.
What happened?
It is set to ExtensionProfileOneByte. Consequently, the receiver (browsers) ignores the extension because its ID is invalid.
The text was updated successfully, but these errors were encountered: