Removed spurious line that forced COMPRESSABLE for large unaries

pull/2603/head
David Garcia Quintas 9 years ago
parent 34396b5958
commit ba86dc0cbe
  1. 1
      test/cpp/interop/interop_client.cc

@ -102,7 +102,6 @@ void InteropClient::PerformLargeUnary(SimpleRequest* request,
ClientContext context;
InteropClientContextInspector inspector(context);
request->set_response_type(PayloadType::COMPRESSABLE);
request->set_response_size(kLargeResponseSize);
grpc::string payload(kLargeRequestSize, '\0');
request->mutable_payload()->set_body(payload.c_str(), kLargeRequestSize);

Loading…
Cancel
Save