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 grpc-message typo in call-stream.ts #2213

Closed

Conversation

clww
Copy link

@clww clww commented Aug 30, 2022

In PR #2210, error handling code was added for decodeURI(metadataMap['grpc-message']), but there is a typo in the catch block where grpc-message was written as grpc-messages with an extra "s".

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Aug 30, 2022

CLA Signed

The committers listed above are authorized under a signed CLA.

@clww clww force-pushed the grpc-js_handleTrailers_decodeURI_exception branch from 488f189 to a6e4f8f Compare August 30, 2022 01:04
Copy link
Member

@murgatroid99 murgatroid99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the correction. I can't merge this unless you sign the CLA.

packages/grpc-js/src/call-stream.ts Outdated Show resolved Hide resolved
@clww
Copy link
Author

clww commented Aug 30, 2022

The EasyCLA status hasn't been updated after I signed (probably related to multiple email associtaed with my GH account?). Could you proceed with another PR? I can close this PR.

Update: CLA passed

Co-authored-by: Michael Lumish <mlumish@google.com>
@clww clww requested a review from murgatroid99 August 30, 2022 01:36
@murgatroid99 murgatroid99 changed the base branch from master to @grpc/grpc-js@1.6.x August 31, 2022 16:07
@murgatroid99 murgatroid99 changed the base branch from @grpc/grpc-js@1.6.x to master August 31, 2022 16:08
@murgatroid99
Copy link
Member

Unfortunately, the change needs to be against the v1.6.x branch for me to publish it, and switching the branch target for this PR pulls in the commits from master. I will make the change myself in #2216.

@murgatroid99
Copy link
Member

I published the updated fix in version 1.6.12

@clww
Copy link
Author

clww commented Sep 1, 2022

thank you!

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

2 participants