diff --git a/transport/http_util.go b/transport/http_util.go index 45c00112..40125506 100644 --- a/transport/http_util.go +++ b/transport/http_util.go @@ -116,8 +116,7 @@ func isReservedHeader(hdr string) bool { return true } switch hdr { - case "authority", - "content-type", + case "content-type", "grpc-message-type", "grpc-encoding", "grpc-message",