From 27c1c4d86bae04d1d55a717318d27a4d6100e10a Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sat, 7 Jan 2023 23:27:04 +0300 Subject: [PATCH] use default google grpc content-type Signed-off-by: Vasiliy Tolstov --- grpc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc.go b/grpc.go index bd1b701..b06b836 100644 --- a/grpc.go +++ b/grpc.go @@ -26,7 +26,7 @@ import ( ) const ( - DefaultContentType = "application/grpc+proto" + DefaultContentType = "application/grpc" ) type grpcClient struct {