-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Produce a TrailersOnly response when gRPC endpoints throw an error. (#…
…1573) Motivation: On some erroneous cases we can optimise the gRPC response to return TrailerOnly [1] when headers aren't written to the wire yet. Modifications: gRPC router was altered to generate a TrailersOnly response when an error happens before headers are sent out. Result: An optimised response that contains only a single frame.
- Loading branch information
Showing
8 changed files
with
344 additions
and
82 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
Oops, something went wrong.