aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/proto
diff options
context:
space:
mode:
Diffstat (limited to 'test/proto')
-rw-r--r--test/proto/test.proto3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/proto/test.proto b/test/proto/test.proto
index 574c6a5b50..368522dc4c 100644
--- a/test/proto/test.proto
+++ b/test/proto/test.proto
@@ -48,9 +48,6 @@ service TestService {
// TODO(Issue 527): Describe required server behavior.
rpc UnaryCall(SimpleRequest) returns (SimpleResponse);
- // One request followed by one compressed response.
- rpc CompressedUnaryCall(SimpleRequest) returns (SimpleResponse);
-
// One request followed by a sequence of responses (streamed download).
// The server returns the payload with client desired type and sizes.
rpc StreamingOutputCall(StreamingOutputCallRequest)