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

Adding "[EnforceRange]" to RTCDataChannelInit.id. #1047

Merged
merged 1 commit into from
Mar 9, 2017

Conversation

taylor-b
Copy link
Contributor

@taylor-b taylor-b commented Mar 2, 2017

Fixes #1046.

Without doing this, values outside the 0-65535 range will be
converted to that range using modulo arithmetic, which isn't
something we want.

Otherwise, values outside the 0-65535 range will be converted to that
range using modulo arithmetic, which isn't something we want.
@taylor-b taylor-b force-pushed the enforce_datachannel_id_range branch from 8e08b25 to 4d3ab5b Compare March 7, 2017 00:02
@aboba
Copy link
Contributor

aboba commented Mar 8, 2017

LGTM.

@alvestrand alvestrand merged commit 450a412 into w3c:master Mar 9, 2017
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.

None yet

3 participants