mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
Register gzip decoder (#124)
This commit is contained in:
committed by
Joshua Humphries
parent
ccc9007156
commit
9572bd4525
@@ -23,6 +23,9 @@ import (
|
||||
"google.golang.org/grpc/keepalive"
|
||||
"google.golang.org/grpc/metadata"
|
||||
reflectpb "google.golang.org/grpc/reflection/grpc_reflection_v1alpha"
|
||||
|
||||
// Register gzip compressor so compressed responses will work:
|
||||
_ "google.golang.org/grpc/encoding/gzip"
|
||||
)
|
||||
|
||||
var version = "dev build <no version set>"
|
||||
|
||||
Reference in New Issue
Block a user