Closed technicianted closed 5 years ago
Current implementation does not propagate headers if grpc error is returned.
This PR fixes ordering of header forwarding in handler.go such that it carries headers even if there was an error.
handler.go
Relevant unit tests added for unary and streaming calls.
Current implementation does not propagate headers if grpc error is returned.
This PR fixes ordering of header forwarding in
handler.go
such that it carries headers even if there was an error.Relevant unit tests added for unary and streaming calls.