Skip to content

Commit

Permalink
chore: set headers
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Sep 9, 2024
1 parent a817398 commit 0664203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ func (p *Proxy) invoke(ctx context.Context, method string, in *codec.RawMessage)

md, err := p.responseMetadata(r)
if err != nil {
_ = grpc.SetHeader(ctx, md)
return nil, err
}

Expand Down

0 comments on commit 0664203

Please sign in to comment.