Skip to content
Snippets Groups Projects
Commit ba86dc0c authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

Removed spurious line that forced COMPRESSABLE for large unaries

parent 34396b59
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment