use default google grpc content-type
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
76d37a99eb
commit
27c1c4d86b
2
grpc.go
2
grpc.go
@ -26,7 +26,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
DefaultContentType = "application/grpc+proto"
|
||||
DefaultContentType = "application/grpc"
|
||||
)
|
||||
|
||||
type grpcClient struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user