Register gzip decoder (#124)
This commit is contained in:
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>"
|
||||
|
|
|
|||
Loading…
Reference in New Issue