lib/httpx/plugins/grpc/grpc_encoding.rb in httpx-1.1.4 vs lib/httpx/plugins/grpc/grpc_encoding.rb in httpx-1.1.5

- old
+ new

@@ -35,9 +35,10 @@ end class Inflater def initialize(response) @response = response + @grpc_encodings = nil end def call(message, &blk) data = "".b