Merge pull request #46 from iamqizhao/master

:authority is a pseudo-header
This commit is contained in:
Qi Zhao
2015-02-19 13:26:14 -08:00

View File

@ -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",