Skip to content

Fix JS IntermediateDecodeWithMetadata binding #3010

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

Merged
merged 1 commit into from
May 25, 2020

Conversation

gregnr
Copy link
Contributor

@gregnr gregnr commented May 25, 2020

The Node.js binding for stream.intermediateDecodeWithMetadata() was calling binding.IntermediateDecode() instead of binding.IntermediateDecodeWithMetadata() which would always cause the error:

Illegal number of arguments for _wrap_IntermediateDecode

Verified that this works as expected after the fix.

@community-tc-integration
Copy link

No Taskcluster jobs started for this pull request
The `allowPullRequests` configuration for this repository (in `.taskcluster.yml` on the
default branch) does not allow starting tasks for this pull request.

@reuben
Copy link
Contributor

reuben commented May 25, 2020

Thanks for the fix! I'll start a new PR with your commit and add some tests, as CI tests only run for PRs opened by people with write access.

reuben added a commit that referenced this pull request May 25, 2020
PR #3010 - Fix Stream.intermediateDecodeWithMetadata + tests
@reuben reuben merged commit b8f9d03 into mozilla:master May 25, 2020
@reuben
Copy link
Contributor

reuben commented May 25, 2020

Merged in #3011. Thanks again!

@lock
Copy link

lock bot commented Jun 24, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Jun 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants