From d3ef82346d60b97da74d4259ac3b4ef3f35a1b6a Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Mon, 24 May 2021 23:13:11 +0300 Subject: [PATCH] fix default 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 1e328b8..2e485ca 100644 --- a/grpc.go +++ b/grpc.go @@ -35,7 +35,7 @@ import ( ) const ( - defaultContentType = "application/grpc" + defaultContentType = "application/grpc+proto" ) /*