-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(grpc): empty message cannot be unframed (#10836)
We found an issue when testing the fix of #10801. When a service responds with a message with all default value fields, the JSON response would be totally empty. The reason for this issue is that we assume a message to be at least of length 1 when unframing. Removing this restriction (a message can be of length 0) fixes this issue. Fix FTI-5054 Fix #10802
- Loading branch information
1 parent
656ba9b
commit 47ab666
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47ab666
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bazel Build
Docker image available
kong/kong:47ab666e99c3a334e27c9f0e9e0546daaea30ee7
Artifacts available https://github.com/Kong/kong/actions/runs/4976152553