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

Do not send null or empty values #5128

Merged
merged 1 commit into from
Oct 22, 2019
Merged

Conversation

mhoeger
Copy link
Contributor

@mhoeger mhoeger commented Oct 22, 2019

Resolves #4488

Once this is deployed, we should resolve issue #5115

@pragnagopa
Copy link
Member

Wouldn’t nodejs worker throw an error when trying to set empty value for an environment variable?

@mhoeger
Copy link
Contributor Author

mhoeger commented Oct 22, 2019

@pragnagopa - the error is a buffer overrun that messes up the payload in deserializing the gRPC message, so no error from nodejs worker code :\ and sadly are no errors when this overrun behavior is happening: Azure/azure-functions-language-worker-protobuf#21.

@mhoeger mhoeger merged commit 0b82956 into Azure:dev Oct 22, 2019
fabiocav pushed a commit that referenced this pull request Apr 22, 2020
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.

"map" types to not contain empty values for node
2 participants