grpc-proxy
grpc-proxy copied to clipboard
Fix propagation of headers with grpc server errors
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.
God, I did the same thing
@e421083458 feel free to use my fork