From ad3b2b5492945a701d165fdd3eb8e5491a711f5e Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Thu, 19 Feb 2015 13:25:27 -0800 Subject: [PATCH] :authority is a pseudo-header --- transport/http_util.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",