From 7dd327086c45455a782fb367a3e12968af4a6394 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sat, 7 Jan 2023 23:27:53 +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 4af6571..5caa536 100644 --- a/grpc.go +++ b/grpc.go @@ -35,7 +35,7 @@ import ( ) const ( - DefaultContentType = "application/grpc+proto" + DefaultContentType = "application/grpc" ) /*